Form validation in React can be tricky, but it doesn't need to be! In this lesson I'll show you how to add client-side validation to your React forms using the yup
library.
A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.
Wowwwww
When updating the error object, it might be a good idea to update it with a call back because there is a good chance the initial reference is being kept due to closure.
setErrors((prevErrors) => ({ ...prevErrors, [name]: e.errors }))