In this tutorial we will check out the powerful validation we can do by integrating Yup with Formik!
NEW TO FORMIK? Check out my introduction to Formik series HERE: https://youtu.be/LkH2QrgKxfw
Interested in Formik + Material UI Video? Get it here: https://youtu.be/ziWJ4k_3BLk
🗄 Resources:
Starting Code: https://github.com/angle943/formik-material-ui
Formik Website: https://jaredpalmer.com/formik/docs/overview
Yup website: https://github.com/jquense/yup
Password Regex: https://www.thepolyglotdeveloper.com/2015/05/use-regex-to-test-password-strength-in-javascript/
Finished Code: https://github.com/angle943/advanced-formik-validations-with-yup
🔑 Key Concepts:
- React + Typescript integration
- Formik + Forms
- Material UI: Text Field and Select components
- Yup Validation
#React #Formik #Yup #Typescript #Form