SimpleSchema and Blaze have autoform - react?

Is there anything similar to autoForm for React (and maybe GraphQL)?

By that I mean something where I can throw a schema (SimpleSchema or GraphQL) at it (with maybe a little bit of form config), and it generates an entire form for me?

Kevin N.

I’ve been guided to a pretty amazing package called Uniforms, it works with both SimpleSchema and GraphQL.

https://www.npmjs.com/package/simple-react-form

Author of uniforms here.

Yes, it supports both SimpleSchema (the old one from Atmosphere and the new one from npm), GraphQL and provides an easy way to write your own (there is not finished Astronomy support) - you can check it out in the demo at uniforms.tools.

If you need help or some more information - file an issue, join our Gitter or simply write to me directly.

5 Likes