zod icon indicating copy to clipboard operation
zod copied to clipboard

Any Zod middleware validator?

Open rafaell-lycan opened this issue 1 year ago • 0 comments

Hi there 👋

First of all, I'm amazed at how easy it is to work with Zod compared to my previous experience with Joi/Yup. Great job! 👌

We decide to go with Zod as it was a breezy experience to integrate into our TypeScript codebase (frontend/backend) and we are somewhat happy with our decision so far.

We are now using a custom middleware for validating payloads on Express which is the web framework we choose to go with years ago, but we couldn't find a decent alternative to celebrate at the moment, and express-zod-api seems to be too much for us right now, but maybe in the following months, we'll find something or even refining our current in-house solution to an OSS. 👀

We hope to see Zod being the next big thing by improving its performance and adoption. 🚀

rafaell-lycan avatar Nov 14 '22 14:11 rafaell-lycan