Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 2.06 KB

README.md

File metadata and controls

36 lines (26 loc) · 2.06 KB

React Form Hooks

React hooks for form state management using subscriptions.

MIT License npm version npm monthly downloads npm total downloads CircleCI status Codecov bundlephobia minified bundlephobia minified + gzip code style: prettier

Features

  • No external dependencies.
  • Minimal API. Provides 3 hooks for managing form state - useForm, useFormState, useFieldState.
  • Blazing Fast. Allows you to re-render form inputs only if necessary.
  • Tiny Size. ~2KB gzipped.

Install

npm install --save react-form-hooks

Documentation

License

MIT © blesswinsamuel