nmrium icon indicating copy to clipboard operation
nmrium copied to clipboard

Replace Formik by useForm

Open lpatiny opened this issue 1 year ago • 3 comments

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

lpatiny avatar May 27 '24 14:05 lpatiny

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

targos avatar May 27 '24 15:05 targos

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

hamed-musallam avatar May 27 '24 16:05 hamed-musallam

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

stropitek avatar May 28 '24 12:05 stropitek