react-form-hooks
v1.1.5
Published
Create forms in react using hooks
Readme
React Form Hooks
React hooks for form state management using subscriptions.
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-hooksDocumentation
License
MIT © blesswinsamuel
