Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinbinard/react-custom-hooks-form
https://github.com/martinbinard/react-custom-hooks-form
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/martinbinard/react-custom-hooks-form
- Owner: MartinBINARD
- Created: 2023-09-16T11:39:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-27T07:46:52.000Z (about 1 year ago)
- Last Synced: 2024-04-24T09:29:29.858Z (7 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
```