Hacker News new | ask | show | jobs
by polskibus 2487 days ago
How does shapeform compare to https://github.com/mozilla-services/react-jsonschema-form
2 comments

There is also https://frontier-forms.dev inspired by react-jsonschema-form. It generates forms based on your graphql schema with types in typescript. It is pretty cool too. Based on final-form.

Author talks about it here https://www.youtube.com/watch?v=Ovg9CYwWFBM&t=6s

If you look through the slides mentioned by the author (https://shape-form-talk.netlify.com/), comparison is provided for redux-form and react-jsonschema-form. They had to create it to support multi-part forms, redux, easy customizations without bootstrap.