@json-render/react React renderer that converts JSON specs into React component trees. Quick Start Creating a Catalog Spec Structure (Element Tree) The React schema uses an element tree format: Visibility Conditions Use on elements to show/hide based on state. New syntax: , , , for AND, for OR. Helpers: , , , , . Providers | Provider | Purpose | |----------|---------| | | Share state across components (JSON Pointer paths). Accepts optional prop for controlled mode. | | | Handle actions dispatched via the event system | | | Enable conditional rendering based on state | | | Form field validatio…