DEV Community

Discussion on: React Hook Form vs. Formik: A technical and performance comparison

Collapse
 
spoeken profile image
Mathias Madsen Stav • Edited

So, did you test Formik 2 or the old one. Formik has had a rc out for a long time that was just released. Also for the performance tests, did you use fast field or just the field component? Would be nice to see the actual code you set up for the render tests as well, to know exactly how it was tested :) It seems you have the default validateOnChange setting, which is true.