React renderer that converts JSON specs into React component trees.
Use visible on elements to show/hide based on state. New syntax: { "$state": "/path" }, { "$state": "/path", "eq": value }, { "$state": "/path", "not": true }, { "$and": [cond1, cond2] } for AND, { "$or": [cond1, cond2] } for OR. Helpers: visibility.when("/path"), visibility.unless("/path"), visibility.eq("/path", val), visibility.and(cond1, cond2), visibility.or(cond1, cond2).
| StateProvider | Share state across components (JSON Pointer paths). Accepts optional store prop for controlled mode. | | ActionProvider | Handle actions dispatched via the event system | | VisibilityProvider | Enable conditional rendering based on state | | ValidationProvider | Form field validation |
React-Renderer für JSON-Render, der JSON-Spezifikationen in React-Komponenten umwandelt. Verwenden Sie es, wenn Sie mit @json-render/react arbeiten, React-Benutzeroberflächen aus JSON erstellen, Komponentenkataloge erstellen oder KI-generierte Spezifikationen rendern. Quelle: vercel-labs/json-render.