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
https://ts-rest.com/ is a better fit maybe
🪄 | ts-rest
Incrementally adoptable type-safety for your new and existing APIs
Thanks! 😄