https://github.com/mudssrali/useformer
a react custom hook to manage component state for html form
https://github.com/mudssrali/useformer
Last synced: 3 months ago
JSON representation
a react custom hook to manage component state for html form
- Host: GitHub
- URL: https://github.com/mudssrali/useformer
- Owner: mudssrali
- License: mit
- Created: 2020-09-13T11:11:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-09-13T11:36:53.000Z (over 4 years ago)
- Last Synced: 2025-01-09T06:33:54.611Z (4 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# useFormer (In progress)
a react custom hook to manage component state for html form
[](https://standardjs.com)
[](https://github.com/facebook/jest)
![]()
![]()
![]()
## Install
Install with npm or yarn via
```
yarn add useFormer
```or
```
npm i useFormer
```## API
```ts
```## Usage
```js
import useFormer from 'useFormer'```
### Note