This is a bridge adapter that lets you use Redux or Redux Toolkit as the state backend for json-render's declarative UI system. You pass in your Redux store, a selector to pick which slice holds your json-render state, and a dispatch function to update it. The adapter implements json-render's StateStore interface so components can read and write state without knowing Redux is underneath. It's useful if you're already committed to Redux for global state management but want to drive dynamic UI from JSON configs. The setup is straightforward but does require a dedicated slice and a bit of wiring boilerplate to connect the two worlds.
npx skills add https://github.com/vercel-labs/json-render --skill redux