What problem does it solve?
This Skill eliminates the need to build custom state adapters when using json-render with Jotai for state management, ensuring seamless, predictable state synchronization between the two libraries without extra boilerplate.
Core Features & Use Cases
- Jotai StateStore Adapter: Provides a pre-built, tested adapter to wire a Jotai atom as the state backend for json-render's StateStore interface.
- Shared State Support: Lets json-render and your existing Jotai-powered components access the same state when using a shared Jotai store.
- Use Case: Build a generative UI dashboard with json-render that syncs user input and UI state with other parts of your app managed via Jotai.
Quick Start
Use the jotai skill to configure a Jotai-backed state store for your json-render generative UI, syncing state with your existing Jotai provider if needed.