https://github.com/bezkoder/react-hook-form-validation
React Hook Form Validation example with react-hook-form v7, Bootstrap 4, Yup
https://github.com/bezkoder/react-hook-form-validation
bootstrap bootstrap4 form-validation react react-hook-form react-hook-forms react-hooks reactjs
Last synced: 9 months ago
JSON representation
React Hook Form Validation example with react-hook-form v7, Bootstrap 4, Yup
- Host: GitHub
- URL: https://github.com/bezkoder/react-hook-form-validation
- Owner: bezkoder
- Created: 2021-05-08T03:17:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T04:29:04.000Z (over 4 years ago)
- Last Synced: 2025-03-28T10:47:35.531Z (10 months ago)
- Topics: bootstrap, bootstrap4, form-validation, react, react-hook-form, react-hook-forms, react-hooks, reactjs
- Language: JavaScript
- Homepage:
- Size: 365 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Hook Form Validation example with react-hook-form 7 and Bootstrap 4
For instruction, please visit:
> [React Hook Form Validation example](https://bezkoder.com/react-form-validation-hooks/)
More Practice:
> [React Hooks (without Redux) CRUD example with Axios and Web API](https://bezkoder.com/react-hooks-crud-axios-api/)
> [React Hooks + Redux CRUD example with Axios & Web API](https://bezkoder.com/react-hooks-redux-crud/)
> [React Table example: CRUD App with react-table v7](https://bezkoder.com/react-table-example-hooks-crud/)
> [React Pagination using Hooks example](https://bezkoder.com/react-pagination-hooks/)
> [React Hooks File Upload example](https://bezkoder.com/react-hooks-file-upload/)
> [React Hooks: JWT Authentication & Authorization example](https://bezkoder.com/react-hooks-jwt-auth/)
> [React + Redux + Hooks: JWT Authentication & Authorization example](https://bezkoder.com/react-hooks-redux-login-registration-example/)
Fullstack with Node.js Express:
> [React + Node.js Express + MySQL](https://bezkoder.com/react-node-express-mysql/)
> [React + Node.js Express + PostgreSQL](https://bezkoder.com/react-node-express-postgresql/)
> [React + Node.js Express + MongoDB](https://bezkoder.com/react-node-express-mongodb-mern-stack/)
Fullstack with Spring Boot:
> [React + Spring Boot + MySQL](https://bezkoder.com/react-spring-boot-crud/)
> [React + Spring Boot + PostgreSQL](https://bezkoder.com/spring-boot-react-postgresql/)
> [React + Spring Boot + MongoDB](https://bezkoder.com/react-spring-boot-mongodb/)
Fullstack with Django:
> [React.js Hooks + Django Rest Framework](https://bezkoder.com/django-react-hooks/)
Serverless with Firebase:
> [React Firebase Hooks: CRUD App with Realtime Database example](https://bezkoder.com/react-firebase-hooks-crud/)
> [React Hooks Firestore example: CRUD App](https://bezkoder.com/react-hooks-firestore/)
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Project setup
In the project directory, you can run:
```
npm install
# or
yarn install
```
or
### Compiles and hot-reloads for development
```
npm start
# or
yarn start
```
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.