Articles by tag: zod
Forms in Next.js as a contract: Zod and unified rules
Learn how to use Zod to create a single form contract in Next.js. Eliminate discrepancies between client and server, unify errors and states.
React Hook Form and Zod: a year of operational experience
Analysis of a year's experience using React Hook Form and Zod in production. Advantages, pitfalls, and recommendations for developers. Learn how to avoid typical errors.
API Validation in runtime with Zod and TypeScript
Learn why TypeScript doesn't check API responses in runtime and how Zod solves the problem. Code examples, libraries, integration. Protect your frontend from bugs.
typed-form-actions for Next.js forms with Zod
Simplify forms in Next.js: typed Server Actions, automatic FormData parsing, Zod validation and React state without boilerplate. For middle/senior developers.