Documentation
Backoffice overview
How the backoffice packages split pure contracts from React integration.
The backoffice layer is split into two packages:
@plumile/backoffice-corecontains contracts and pure helpers.@plumile/backoffice-reactcontains React integration on top of core, router, UI, and Relay concepts.
Use core when defining manifests, facets, detail pages, URL state, and resolver logic. Use React when rendering a Plumile-style backoffice application.