NishChal370 / React-form

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 63.8%Language:HTML 21.7%Language:CSS 14.5%