cheminfo / nmrium

React component to display and process nuclear magnetic resonance (NMR) spectra.
https://docs.nmrium.org
MIT License
55 stars 25 forks source link

Replace Formik by useForm #3060

Open lpatiny opened 4 months ago

lpatiny commented 4 months ago

Hamed would like to replace Formik by useForm. Is this the right choice @targos @stropitek ?

targos commented 4 months ago

Can you link to what you mean by useForm? There are many libraries that export a hook by that name.

hamed-musallam commented 4 months ago

We want to use this library https://react-hook-form.com/docs/useform

stropitek commented 4 months ago

react-hook-form is what we use as well in our projects.

There is an alternative that I find interesting but which I have never used and is not stable yet: https://tanstack.com/form/latest/docs/overview