DEV Community

Discussion on: React Forms — Formik vs. Hook-Form vs. Final-Form

Collapse
 
calag4n profile image
calag4n

I've once used react-hook-form on a pretty big web app project .
At first, I've found it fun but when forms become large, complex and dynamic, we've seen it's limitations, many troubles, bad experience... Then we switched all app to Formik.

And since then, if I need strong and reliable forms I use Formik.
So, my advice is : be careful with react-hook-form !