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/checkout: migrate form validator from Yup to Zod #12

Closed billychen0894 closed 1 year ago

billychen0894 commented 1 year ago

This is to update Yup form validator schema instantiate to Zod as the main schema validation due to Typescript compilation.