Compile Zod (30x faster Zod validation)
Lets start with a code example: import { pool , sql } from " ./db.js " ; import { z } from " zod " ; const getUser = ( id : number ) => { return po…
Tech news from the best sources
Lets start with a code example: import { pool , sql } from " ./db.js " ; import { z } from " zod " ; const getUser = ( id : number ) => { return po…
If you're using Zod with react-hook-form, you've probably seen this at least once: Invalid input: expected number, received NaN At first glance, it lo…
If you use Prisma, you already know it's a fantastic ORM with excellent developer experience. But there's a common friction point almost all of us hit…