untapped-inc/sema-back-office-web
Use Formik for all forms #3
R4meau posted onGitHub
We're currently using redux-form
and formik
for our forms. Redux form makes form handling unnecessarily complicated. Therefore, I suggest we use Formik instead for every form.
New forms will use it, we'll gradually port old forms to it too.