What are people using for forms with react? I'm aw...
# random
t
What are people using for forms with react? I'm aware of react-hook-form and Formik but looking for others. Particularly if they're very typesafe
g
In the MobX world we used to have the neat https://formstate.github.io/#/ 😄
I think we need something in the sytle of tanstack's React Table
t
Ah nice will check it out. Yeah waiting for Tanner to do forms
j
all I can say is that mobx rules
g
Its great but from my 3y experience I wish it had a larger ecosystem of "pattern libraries"
for example you could have a mobx based react-query
or other patterns to deal with events, historic values, old values etc
also computed keepAlive considerations can get tricky if you push it to its limits 😄
FormState was a great step in that direction but there were other key bits missing
j
@Gjorgji Kjosev yeah I get man. I had to build all my mobx libs - it wasn’t massive though, and it gave me reusable fine grained control