tort6334
tort63342mo ago

Is it good choice to use tRPC if I don't use monorepo?

Is it good choice to use tRPC if I don't use monorepo? If so, how can I get the types and everything on client side? I can use shared NPM module, but it won't be painful to do that?
2 Replies
kbemaster
kbemaster2mo ago
https://ts-rest.com/ is a better fit maybe
🪄 | ts-rest
Incrementally adoptable type-safety for your new and existing APIs
tort6334
tort63342mo ago
Thanks! 😄