@rixx-ui/react and @rixx-ui/react-devtools support React and React DOM
^18.2.0 || ^19.0.0.
Shared guidance
- Import renderer styles once at the application root.
- Keep accumulated source and stream status in host state.
- Pass deterministic
optionson both server and client. - Treat callbacks as notifications; keep effects and authorization in host code.
- Use stable
surfaceIdvalues when the host needs stable event correlation.
React 18
UsecreateRoot for client applications and the standard React 18 streaming SSR
APIs when rendering on the server. Rixx UI uses useSyncExternalStore to expose
consistent source-store snapshots.