https://github.com/gilbertmunuotz/react-hook-form
A demonstration on how to build a basic form using React, leveraging Yup for validation, Tailwind CSS for styling, and React Hook Form for efficient form management. It's a great starting point for understanding these technologies together.
https://github.com/gilbertmunuotz/react-hook-form
react react-hook-form taiwlindcss yup yup-validation
Last synced: 7 months ago
JSON representation
A demonstration on how to build a basic form using React, leveraging Yup for validation, Tailwind CSS for styling, and React Hook Form for efficient form management. It's a great starting point for understanding these technologies together.
- Host: GitHub
- URL: https://github.com/gilbertmunuotz/react-hook-form
- Owner: gilbertmunuotz
- Created: 2024-04-07T15:29:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-28T13:26:50.000Z (about 1 year ago)
- Last Synced: 2024-07-29T14:32:28.435Z (about 1 year ago)
- Topics: react, react-hook-form, taiwlindcss, yup, yup-validation
- Language: JavaScript
- Homepage: https://react-hook-form-flame.vercel.app
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yup + React Hook Form
A Simple demonstration of working with react hook form library and Yup Schema Builder
- [@react-hook-form](https://react-hook-form.com/) npm package (https://www.npmjs.com/package/react-hook-form)
- [@yup](https://github.com/jquense/yup) npm package (https://www.npmjs.com/package/yup)