billychen0894 / florist-ecommerce-app

Florist eCommerce App built with Next.js 14
https://florist-ecommerce-app.vercel.app
0 stars 0 forks source link

Feat/auth: switch back to Yup from Zod for better async validation support #24

Closed billychen0894 closed 1 year ago

billychen0894 commented 1 year ago

Zod is difficult to work with for async validation and is less likely supporting async form validation, which it will send unnecessary requests. Therefore, switching to Yup helps work with async form validation.