Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 409 Bytes

File metadata and controls

9 lines (5 loc) · 409 Bytes

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: