DEV Community

Discussion on: How to use formik with useFormik prop in react

Collapse
 
aneeqakhan profile image
Aneeqa Khan • Edited

I don't agree to "formik have nothing to offer". Because formik handles the low-level details for us like we no need to worry about handleBlur, handleFocus and handleChange of fields and also we don't need to create error states, etc. So I prefer it but if you like to work with native functionality then its good, it is totally your choice 🤗

Collapse
 
aiosifelisl1 profile image
Andreas Iosifelis

I agree, it's a matter of choice. Well said! =)