This repository provides a practical example of implementing a React form with React Hook Form, Zod, and Ant Design using Vite for quick and efficient development setup.
- Configured with Vite for fast development.
- Utilizes React Hook Form for simplified state management and optimized performance.
- Includes Zod for robust and intuitive data validation.
- Integrated with Ant Design for beautiful UI components.
-
Clone this repository:
git clone https://github.com/iDouglasD/react-hook-form-antd.git
-
Navigate into the project directory:
cd react-hook-form-antd
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to http://localhost:5173 to see the form in action!
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.