React formik: Crash Course (Arabic)

Опубликовано: 31 Октябрь 2024
на канале: kimz codes
3,099
135

00:00 intro
01:56 Install formik and Yup
02:49 Build forms by React Bootstrap
06:37 Integrate your form with use formik
12:29 Integrate formik with Yup schema
19:23 Show Errors onSubmit
21:54 Validation LifeCycle (onChange, onMount, and onBlur)
28:02 Formik Listner by useEffect and validate method
33:12 Notice: Formik Re-render
34:23 Formik set default values
38:57 Formik set error values
43:57 Notice: Documentation is your gate
45:09 Custom onChange handler
48:52 Styling form validation errors
53:07 Yup shared schema file
55:01 Register page - validation schema
56:39 Finalizing register page
01:01:45 Change password browser alert
01:02:54 Change password alert: hidden password solution
01:04:04 Change password alert: Create a complex password by Yup
01:07:53 Turn off inputs auto-complete