react-hook-form
In this repository, I have the use of React Hook Form with both JavaScript and TypeScript.
I have also utilized the Zod validation schema with React Hook Form, as it is a TypeScript-first schema declaration.
While React Hook Form supports other validation schemas such as Yup, Yup’s typings may not be as compatible with TypeScript,
making it less useful for TypeScript.Finally zod has no dependencies =)
Project Setup
yarn install
Start Project
yarn dev