Mozilla react-jsonschema-form

Has anyone use this new package react-jsonschema-form from Mozilla?
I find it veryuseful so I thought I would share it here as it plays nicely to meteor as well.

https://github.com/mozilla-services/react-jsonschema-form

3 Likes

Did you use this package? How did it go? It looks really good it looks like I will be using it for a project. I’m curious about your experience in combination with Meteor.

If you want to generate form from a schema them I found uniforms to work better.

2 Likes

@fabianfabian our 3-Man team used it extensively in our big project. There are challenges along the way but so far its doing its job…

Uniforms is AMAZING. You can even customize the specific fields it outputs using a clean JSX method. Making new field types is also very easy, and it supports multiple schema types including SimpleSchema and GraphQL. Awesome project.