Very nice validation library for TypeSciprt users ...
# random
ö
Very nice validation library for TypeSciprt users => https://github.com/colinhacks/zod
s
Zod is my goto validation lib now. Love the type infer from the schema. Very powerful. Highly recommended
ö
Agreed
I was using class-validator and class-transformer, but I like zod more
s
Nicee. Haven't used those two. I was using yup before. I've been experimenting building api with trpc https://github.com/trpc/trpc that support zod as input validation. And the typesafe experince is next level.
ö
Looks so cool