Show HN: ShapeForm – Schema Driven Forms for React
1–10 of 17 posts
Re: Show HN: ShapeForm – Schema Driven Forms for React
#2ShapeForm has several nice features that make it perfect for our use case, and may yours:
JSON Schema validation - Easily share the same form validation frontend and backend
️ Fast - Pure components for fast rendering even with large forms
Redux / Standalone state management - Choose your own adventure
Custom widgets - Widgets are simply React components
Form reducers - Useful for async validation, data normalization, the sky's the limit.
If you find ShapeForm useful or want to make it more useful I'd love for you to contribute to the project!
Re: Show HN: ShapeForm – Schema Driven Forms for React
#3Re: Show HN: ShapeForm – Schema Driven Forms for React
#4So I think I will definitely switch to ShapeForm in the future, and I was actually planning to build something like this myself. I'm definitely looking forward to the TypeScript support.
Re: Show HN: ShapeForm – Schema Driven Forms for React
#5Re: Show HN: ShapeForm – Schema Driven Forms for React
#6Re: Show HN: ShapeForm – Schema Driven Forms for React
#7Re: Show HN: ShapeForm – Schema Driven Forms for React
#8Re: Show HN: ShapeForm – Schema Driven Forms for React
#9Andrew from TakeShape here! The primary author of this library. We tired a number of different form libraries before settling on writing our own. You can check out a full talk I gave on ShapeForm ( https://www.youtube.com/watch?v=iplY8Le1zK0 ) or you can just read my slides ( https://shape-form-talk.netlify.com/ ) from the talk. ShapeForm has several nice features that make it perfect for our use case, and may yours:…
Any reason for not building around react-final-form as a basis? So far, I've found that one to be my favorite. Zero dependencies and tiny (especially compared with the alternatives).
https://github.com/final-form/react-final-form
I couldn't easily find a demo of your stuff, but one thing they've really gotten right is the renders for field updates...
https://final-form.org/docs/react-final-form/examples/subscr...
Re: Show HN: ShapeForm – Schema Driven Forms for React
#10Also check out uniforms [0] which integrates nicely with other Schema libraries [0] https://github.com/vazco/uniforms
Should just base this project around https://final-form.org/react