Validation For validation we will use the Yup library that meshes well with Formik. Yup is a schema builder for runtime value parsing and validation. Lets look at the validation schema. Yup allows us ...