#Alternative to class-transformer class-validator
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
I'm starting a new nestjs project, and checked the state of class-transformer and class-validator projects, and apparently the author is not working on them anymore.
I was wondering what are the best alternatives in a NestJS context ?
I like using either zod or valibot with my @nest-lab/typeschema package to enable schema based validation
Thanks ! I'll check these two