Hello,
Is there a way to use an alternative to Yup to define route parameters ?
I don't need complex param validation for my project routes, and Yup is taking a large part
of my bundle.
Is there a way to define validation without Yup, or maybe use portions of the package ?
I am only using string(), required() and notRequired() functions, so Yup seems too complex.
Hello, Is there a way to use an alternative to Yup to define route parameters ? I don't need complex param validation for my project routes, and Yup is taking a large part of my bundle.
Is there a way to define validation without Yup, or maybe use portions of the package ? I am only using string(), required() and notRequired() functions, so Yup seems too complex.