You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: