Equilapi / reactjs-formik-simple-example

Formik is a library for React that makes life easier for us when working on a form within a project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reactjs Formik Simple Example

Hello friends, today I wanted to find out what Formik was about, a React library that makes our lives easier when working on a form within a project.

I made a form with validation with input data firstname, lastname and email, I applied some basic validations, after entering the data by pressing the button it leaves us a json with the data.

Example:

About

Formik is a library for React that makes life easier for us when working on a form within a project.


Languages

Language:JavaScript 86.3%Language:CSS 9.7%Language:HTML 4.0%