@json-render/redux Redux adapter for json-render's interface. Wire a Redux store (or Redux Toolkit slice) as the state backend for json-render. Installation Usage API Creates a backed by a Redux store. | Option | Type | Required | Description | |--------|------|----------|-------------| | | | Yes | The Redux store instance | | | | Yes | Select the json-render slice from the Redux state tree. Use if the entire state is the model. | | | | Yes | Dispatch an action that replaces the selected slice with the next state | The callback receives the full next state model and the Redux store. ---