Next.js Forms

client and server validation

There are lots of different ways to handle forms and form validation in Next.js. This demo shows a few different options using multiple versions of form actions, custom client-side validation, and client-side validation with react-hook-form.

Github Repo