This is a working example that demonstrates how to build a React-hook-form utilizing a list of a custom type, using the following packages: react-hook-form
, zod
, shadcn/ui
, and zustand
for state management and data persistence to local storage.
Check out the file: src/pages/index.tsx
If working with a list of hundreds or thousands of rows check out: Working with virtualized lists
git clone https://github.com/mmo80/react-table-list-hook-form.git
npm run dev
This is a T3 Stack project bootstrapped with create-t3-app
.