@json-render/xstate XState Store adapter for json-render's interface. Wire an atom as the state backend for json-render. Installation Requires v3+. Usage API Creates a backed by an atom. | Option | Type | Required | Description | |--------|------|----------|-------------| | | | Yes | An atom (from ) holding the json-render state model | ---