Next.js Discord

Discord Forum

Client Side validation of form actions

Unanswered
Braconid wasp posted this in #help-forum
Open in Discord
Braconid waspOP
Hello what is a production best way to validate new form action inputs before submitting a form. For example on Blur

1 Reply

I suggest using a library like react-hook-form paired with zod to manage and validate your form submissions both on client and server side.