Form validation
Answered
Rohu posted this in #help-forum
RohuOP
How do you guys build form with validation? Is there a go-to library for form validation? Or is there any built-in methods? I don't use Typescript btw. Thanks!
5 Replies
European sprat
react-hook-form with zod
Answer
@European sprat react-hook-form with zod
RohuOP
Thanks! I just looked up Zod, and it seems a lib for TS. Can I use react-hook-form only for validation? Sorry I'm a newbie to the frontend world.
European sprat
Rhf is a form library
I don't think using typescript is required to use zod
@European sprat I don't think using typescript is required to use zod
RohuOP
Thanks 🙂