Y
Hacker News
new
|
ask
|
show
|
jobs
by
throwthere
1321 days ago
tRPC is another similar library.
https://trpc.io/docs/v10/quickstart
1 comments
jasperpressplay
1321 days ago
There’re some key differences though, one being you can use plain typescript types to define your models, instead of a validation lib like zod :)
link
simlevesque
1321 days ago
Zod gives you a lot more of control on the schema.
link
jasperpressplay
1321 days ago
That’s an interesting point, can you give an example of that?
link
simlevesque
1321 days ago
You can use any custom validation there is for any field.
link