Hacker News new | ask | show | jobs
by breytex 2318 days ago
I felt exactly the same for many years, but when hooks where introduced, I discovered react-hook-form[1].

It just blew my mind how you can write complex forms with validations in just a few lines of code.

Give it a try.

[1] https://github.com/react-hook-form/react-hook-form

2 comments

I've been looking for something like that, thanks for recommendation, gonna use it on the next occasion.
Thanks very much for sharing ️