Skip to content

In this project I want to show you how we could use the library Formik to handle our forms without tears.

License

Notifications You must be signed in to change notification settings

ger86/react-formik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 React Formik

Description

In this project I want to show you how we could use the library Formik to handle our forms without tears.

In my opinion Formik is the best library to work with forms in ReactJS thanks to its ease of use and its large number of options and configurations.

Besides, Formik has a seamlessly integration with Yup, a librar that allows us to validate our inputs defining in an object the requirements.

You will learn

Integrating Formik in a React project using the provided high order component withFormik or the component Formik.

Validanting a form using Yup for defining a validation schema. .

Run the project

Use yarn start to run the app in the development mode and open http://localhost:3000 to view it in the browser.

To read more

About

In this project I want to show you how we could use the library Formik to handle our forms without tears.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published