reasonml / reason-react

Reason bindings for ReactJS
https://reasonml.github.io/reason-react/
MIT License
3.24k stars 347 forks source link

Recommend a forms library in the docs? #288

Open vog opened 5 years ago

vog commented 5 years ago

Proposal for improving the documentation:

The "Forms" section of the ReactJS documentation recommends using additional libraries for forms validation/error messages/etc.. It also explicitly names the Formik library.

Should the reason-react documentation also make such a recommendation?

If so, which library should be recommended? Also Formik, or something else?

Or, is there no need for this in reason-react? If so, this should be mentioned in the docs as well, with a short demo of why forms not as painful as in vanilla ReactJS.

malisbad commented 5 years ago

You should look here re-formality. It's popular enough. You can use redex to find all sorts of reason packages.