aio-inputs
An input state management for React. It comes with useful common validations if enabled. It supports custom validation asynchronous or not, with dynamic error messages with some additional features:
- Inputs tracking outside a component
- Easy data loading when edit
Install with npm
npmiaio-inputs
Copied
Install with yarn
yarnaddaio-inputs
Copied
Import
Import useInputs from aio-inputs package
import{useInputs}from"aio-inputs"
Copied
Go the next step to find out how to use it