Yup Validator 1.0
What is Yup?
Yup is a javascript schema validator using which we can validate form fields.
Let's say that we have a form with fields shown below in the form of a JSON object.
const values = {
firstname: "Nikhil",
lastname: "Gupta",
email: "xyz@...
nikhilkumargupta.hashnode.dev2 min read