Yup - Quick Reference Full Reference : See advanced.md for conditional validation (.when), custom validation (.test), Formik/React Hook Form integration, transforms, and localization. Deep Knowledge : Use with technology: for comprehensive documentation. Setup Basic Usage Schema Types String Number Date Array Object Validation Options Comparison: Yup vs Zod | Feature | Yup | Zod | |---------|-----|-----| | Type inference | Good | Excellent | | Bundle size | 12KB | 8KB | | Async validation | Built-in | .parseAsync() | | Formik | Native | Via resolver | | Conditional | .when() | .refine() | Whe…