Zod for Runtime Validation in Next.js
Introduction
Zod is a runtime validation library suitable for both backend and frontend. This article will guide you through utilizing Zod in Next.js for securing API routes and performing input validation.
Zod vs. TypeScript
Typescript's purpose is ...
chirag-gupta.hashnode.dev4 min read