DEV Community

Discussion on: What's the best approach for form validation in React?

Collapse
 
farazamiruddin profile image
faraz ahmad

I personally always use formik. It's battle tested, and can support several different form types.

Even for simple forms I like formik because as the application grows I have already set up some patterns.

I think I have an idea for my next opinionated piece! 😅

Collapse
 
thisismahmoud profile image
Mahmoud Abdelwahab

Awesome! 😄