@json-render/zustand Zustand adapter for json-render's interface. Wire a Zustand vanilla store as the state backend for json-render. Installation Requires Zustand v5+. Zustand v4 is not supported due to breaking API changes in the vanilla store interface. Usage With a Nested Slice API Creates a backed by a Zustand store. | Option | Type | Required | Description | |--------|------|----------|-------------| | | | Yes | Zustand vanilla store (from in ) | | | | No | Select the json-render slice. Defaults to entire state. | | | | No | Apply next state to the store. Defaults to shallow merge. Overr…