DEV Community

Discussion on: Why we need another form library (Fielder)

Collapse
 
petrsnobelt profile image
Petr Šnobelt

Formik is nice, but I would be more interested in comparsion with react hook form

Collapse
 
andyrichardsonn profile image
Andy Richardson

Thanks for the comment!

The comparisons to Formik also apply similarly to react-hook-form. This is because both use form-scoped validation as opposed to field-first.

Hope that answers your question!