Skip to content

Form using Formik library, nanoid to generate unique key and Yup for validation

Notifications You must be signed in to change notification settings

NishChal370/React-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactJS form create using Formik

Note: Switch brach to yup-validation to see yup used.

To install Formik

      npm i formik      

To install Yup

      npm i yup

It is used for validation form inputs

To install nanoid

      npm i nanoid  

It is used to generate unique id/key.

We used this for key existed in element inside array.map()

About

Form using Formik library, nanoid to generate unique key and Yup for validation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published