Описание тега formik
Form library for React
Formik is a small react form library that helps you with the 3 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