Documentation
Backoffice React
Provider, auth flows, hooks, Relay helpers, and backoffice UI scaffolds.
@plumile/backoffice-react renders the backoffice runtime in React.
Main public surface:
BackofficeProviderand configuration hooks;- auth and session screens such as
LoginFlow,AcceptInvitationScreen, and password reset flows; - hooks such as
useBackofficeListUrlState,useConditionalSubscription, anduseCopyToClipboard; - Relay helpers such as
RelayProvider,configureRelayEnvironment,getEnvironment, andresolveMutationOutcome; - backoffice-specific layouts such as
BackofficeOverviewLayoutandBackofficeTabbedDetailShell.
This package should not become a second generic component library. Keep generic visual primitives in @plumile/ui.