DEV Community

Discussion on: How to create dynamic forms in react using react-hook-forms.

Collapse
 
fmsthird profile image
fmsthird

have you tried Formik?

Collapse
 
pozda profile image
Ivan Pozderac

Yep. I tried react-hook-form after I worked with Formik and I found it to be more simple to use in general. They got me with simplicity of use and minimal re-rendering.

Thread Thread
 
fmsthird profile image
fmsthird

That's interesting. I am a newbie to React, and since then, I am using Formik. I might try react-hook for my next project.