Open thobhanifreddy opened 5 years ago
Formik is way too overkill for a simple form like that . I think react-state can handle that , importing libraries can lead to slow projects
@siddhant1 Currently we don't have any complex form. But when the project grows it will have forms for which something like formik will be helpful. So just to keep everything consistent, can use formik in all the forms.
I would suggest using formik library to handle forms.