1.0.0 • Published 5 months ago

siddhesh-10-react-form-binder v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

react-form-binder

A React hook for form state management with Angular-like two-way binding, nested state support, and validation — all with TypeScript support.

Features

  • 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.

Installation

Using npm:

npm install react-form-binder