A React hook for form state management with Angular-like two-way binding, nested state support, and validation — all with TypeScript support.
- Automatic Input Binding: Easily bind input elements to form state.
-
Nested State Support: Use dot-notation (e.g.,
user.name
) to manage nested state. - Field-Level & Full-Form Validation: Supply custom validator functions for individual fields and validate the entire form.
- TypeScript Support: Benefit from strong typings and enhanced IDE experience.
Using npm:
npm install react-form-binder