@yr3/forms
v1.0.2
Published
A lightweight and flexible React hook to manage forms with simplicity and control. Built for modern applications that need clean state management without heavy abstractions.
Readme
@yr3/forms
A lightweight and flexible React hook to manage forms with simplicity and control. Built for modern applications that need clean state management without heavy abstractions.
Features
useForm
- Simple and intuitive API
- Smart state management
- Controlled & uncontrolled support
- Easily extensible
- Minimal re-renders
- No unnecessary dependencies
Usage
useForm({
initialValues,
validationRules = {},
requiredFields = [],
fieldTypes = {},
})