An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/equilapi/reactjs-formik-simple-example

formik reactjs

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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:

![](./example.png)