Forms with React

Since the announcements regarding the future of Blaze I’ve been thinking about React alternatives to Blaze. Does anyone have a good approach to forms, and validation on both client and server? Currently I’m using Autoform which is great. I’d love to know if anyone has found a nice approach.

3 Likes

Hey, I’m currently working on a package for this. Checkout my announcement post: [package] react-form-handler: Form creation and validation in React using SimpleSchema

1 Like