Articles for the Zod tag
-
Conform: Forms the Platform Already Knows How to Submit
Most form libraries rebuild everything the browser already does for forms. Conform takes the opposite bet: trust the platform, then enhance it.
-
zod-compiler: Zod at the Speed of Light, Without Touching Your Code
Zod gives you the nicest validation DX in the TypeScript world, but every parse walks the schema tree at runtime. zod-compiler quietly compiles that work away at build time, so you keep your schemas and lose the overhead.
-
babel-plugin-zod-hoist: Free Speed for Your Zod Schemas
A zero-config build-time optimization for one of the most common Zod performance mistakes: defining schemas inside functions that run over and over.