DEV Community

Discussion on: Simple way to write forms in React with Formik

Collapse
 
victorocna profile image
Victor Ocnarescu

I respectfully disagree. How about touched fields handling? Or error messages and states? Submit count for your forms? Even validation that is not your basic HTML5 validation? These are all handled by Formik by default and you don't have to worry about them.

My forms have become really clean after I started using this library. I cannot recommend Formik enough.