Skip to content

blesswinsamuel/react-form-hooks

Repository files navigation

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