An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# useFormer (In progress)

a react custom hook to manage component state for html form

[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](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