AI AGENT ADDONS
Backend & APIs
736installs

The @json-render/jotai adapter connects Jotai state management with json-render. It lets you use a Jotai atom as the state backend for json-render. This makes it easy to share state between your app and json-render components.

You just create an atom that holds your state. Then pass it to the jotaiStateStore function. The adapter handles all the reading and writing. Your json-render views will stay in sync with Jotai automatically.

If your app already has a shared Jotai store, you can pass that too. This keeps all your state in one place. It is simple and works with any Jotai project.

Add Jotai skill to your workflow

Global

mkdir -p ~/.claude/skills/jotai

Project

mkdir -p .claude/skills/jotai

Source Repository

Stars
15,587
Forks
841
Watchers
15,587
License
Apache-2.0
Last Push
2 months ago
Created
7 months ago