Compare to react-jsonschema-form

How does JSONForms compare to react-jsonschema-form GitHub - rjsf-team/react-jsonschema-form: A React component for building Web forms from JSON Schema.?

Hi @mingfang,

I prefer talking about our strengths: JSON Forms focuses on customizability and declarative forms. The idea is that it shall be easy for a developer to create their own customized renderer set exactly tailored to their domain (e.g. transport, finance, ERPs, IDEs, etc.) and other requirements (styling, behavior, etc). Once that is in place all they need to do to create / instantiate a new form is to provide a JSON Schema and UI Schema (even that can be optional).

Technically JSON Forms is split into different modules which allows easy reuse of the JSON Forms core functionality with any rendering library and/or UI library which you’d like to use.