Formik

Build forms in React, without the tears 😭

Creator

Jared Palmer @jaredpalmer

Description

Let's face it, forms are really verbose in React. To make matters worse, most form helpers do wayyyy too much magic and often have a significant performance cost associated with them. Formik is a small library that helps you with the 3 most annoying parts: 1. Getting values in and out of form state - 2. Validation and error messages. - 3. Handling form submission
Visit Site
Related Projects