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.
- Host: GitHub
- URL: https://github.com/equilapi/reactjs-formik-simple-example
- Owner: Equilapi
- Created: 2020-07-13T00:37:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T00:49:44.000Z (over 5 years ago)
- Last Synced: 2025-01-20T20:53:15.733Z (about 1 year ago)
- Topics: formik, reactjs
- Language: JavaScript
- Homepage:
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
