Documentation

Backoffice overview

How the backoffice packages split pure contracts from React integration.

The backoffice layer is split into two packages:

  • @plumile/backoffice-core contains contracts and pure helpers.
  • @plumile/backoffice-react contains 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.