Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 267 Bytes

File metadata and controls

15 lines (10 loc) · 267 Bytes

Zod + React Hook Form in Next.js example

This is an example of how to use Zod and React Hook Form for powerful full stack type safety, multipart form and data validation in Next.js

Install dependencies

npm install

Run

npm run dev