React-final-form: Want to auto create form using JSONSchema

Created on 29 Mar 2018  路  6Comments  路  Source: final-form/react-final-form

I was looking at this: https://github.com/mozilla-services/react-jsonschema-form
not sure I want another form in my App.

Wondering how to do similar with React Final form ? or how do I integrate both but use react-final-form ?

Most helpful comment

@kavink I have finished one, it perfectly fits my project.
https://github.com/leuction/react-schema-final-form
and I have build a theme for my own project with material-ui-next
https://github.com/leuction/react-schema-final-form-material-ui
Please feel free to send issue or PR if you request more feature.

All 6 comments

That's pretty cool. It must be possible to do with RFF. Just a matter of looping and mapping schema to props. I'll put it in the "interesting possible extensions" queue.

@erikras Exactly im pretty sure it should be easy with React Final Form's, it has clean API's, I personally want to just stick with react-final-form, because have very good luck quickly getting task done. 馃憤

@kavink Did you have any success with this? I'm facing a similar problem, although our JSON object looks a bit different from the JSON Schema in the react-jsonschema-form.

@frystpingvin No, if anyone does, Please share 馃

I noticed this project by @leuction yesterday. https://github.com/leuction/react-schema-final-form Seems to be a work in progress...

@kavink I have finished one, it perfectly fits my project.
https://github.com/leuction/react-schema-final-form
and I have build a theme for my own project with material-ui-next
https://github.com/leuction/react-schema-final-form-material-ui
Please feel free to send issue or PR if you request more feature.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Soundvessel picture Soundvessel  路  4Comments

niros-welldone picture niros-welldone  路  3Comments

Noisycall picture Noisycall  路  4Comments

kavink picture kavink  路  5Comments

tpbowden picture tpbowden  路  4Comments