Hacker News new | ask | show | jobs
by latchkey 2487 days ago
Oi! Thanks for this. Really great work. Forms and Data tables are two major sore points for me in react land. I've been wanting to see something with json schema other than the mozilla project (which as you said, has weird dependencies).

Any reason for not building around react-final-form as a basis? So far, I've found that one to be my favorite. Zero dependencies and tiny (especially compared with the alternatives).

https://github.com/final-form/react-final-form

I couldn't easily find a demo of your stuff, but one thing they've really gotten right is the renders for field updates...

https://final-form.org/docs/react-final-form/examples/subscr...