Formik

Formik is the world's most popular open source form library for React and React Native, taking care of the repetitive tasks of keeping track of values/errors/visited fields, orchestrating validation, and handling submission.

To install Formik:

npm install formik

API Reference:

connect()

<ErrorMessage />

<FastField />

<Field />

<FieldArray />

<Form />

<Formik />

useField()

useFormik()

useFormikContext()

withFormik()