Formik is a form library for React and React Native
Formik is a small React form library that helps you with the three most annoying parts:
- Getting values in and out of form state
- Validation and error messages
- Handling form submission
By colocating all of the above in one place, Formik will keep things organized, making testing, refactoring, and reasoning about your forms a breeze.
Authors
- Jared Palmer @jaredpalmer
- Ian White @eonwhite