React Formik Tutorial Part-1 | React Formik Forms Submission and validation Implementation in Hindi

Опубликовано: 23 Февраль 2025
на канале: Suman Kalia
8,536
101

React Formik Tutorial Part-1 - You want to learn react formik forms? Yeah you are at the right place.
Hi there,
In this video we will cover all the basics of react formik package.
You can start working on your forms with formik after watching this video.

Formik Playlist -    • React Formik + Yup  

Links and Resources-
npm link - https://www.npmjs.com/package/formik

Formik Official Website - https://formik.org/docs/overview

Github Starter Project - https://github.com/sumankalia/formik_...

Regex Expression used for email validation - !/^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i.test(values.email)


If you like this video then please like and leave a comment.

If you want more videos like this then subscribe to my channel.

Thanks

#ReactFormikForms
#ReactForms
#FormikFormsHandling
#FormikFormsImplementation

Chapters:
00:00 Project Overview
00:15 Formik Installation
00:32: Github Starter Project
00:56 Form Submission
12:06 Validations
18:04 Conclusion