What problem does it solve?
When building React applications with json-render and Redux or Redux Toolkit, you need a way to use your existing Redux store as the state backend for json-render, avoiding custom state synchronization work and ensuring consistent state management across your app.
Core Features & Use Cases
- Redux StateStore Adapter: Provides a reduxStateStore function that creates a json-render-compatible StateStore backed by any Redux or Redux Toolkit store.
- Centralized State Management: Lets you store json-render UI state alongside your existing application state in a single Redux store, using familiar Redux patterns and dev tools.
- Use Case: Use this skill to integrate json-render into an existing Redux-based dashboard app, so all UI state from generated components is managed via your existing Redux Toolkit slices and reducers.
Quick Start
Use the redux skill to wire your existing Redux or Redux Toolkit store as the state backend for a json-render StateProvider in your React application.