https://github.com/martinbinard/react-custom-hooks-form
https://github.com/martinbinard/react-custom-hooks-form
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/martinbinard/react-custom-hooks-form
- Owner: MartinBINARD
- Created: 2023-09-16T11:39:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-27T07:46:52.000Z (over 1 year ago)
- Last Synced: 2025-01-10T01:41:16.666Z (4 months ago)
- Language: TypeScript
- Size: 297 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📦 React custom hooks form
## Description
- Create a homemade useWatcher to control user input without using the react-hooks-form library.
- Use react-router-dom.
- Create a login / form.## TOOLS
- react
- react-dom
- typeScript
- vite
- eslint-airbnb## Use
```
npm i
```then
```
npm run dev
```