xpfw
xpfw is a collection of packages geared towards turning your JSON-Schema into a React UI. Check out the live demo to get a quick practical overview.
- @xpfw/form turns your JSON-Schema Input Components just like https://github.com/rjsf-team/react-jsonschema-form
- @xpfw/data lets you turn JSON-Schema into a functional backend independent CRUD-UI
Customization
xpfw is all about custimziation. You can connect @xpfw/data to any backend. @xpfw/form and @xpfw/data also both provide React Hooks for easy themability.
React Native
XPFW supports react native. An example application can be found here.