(no title)
nikolasburk | 2 years ago
It uses tRPC [2] for type-safe API calls and Prisma [3] for your DB. There's lots of content out there teaching how to use this stack to build sophisticated apps (e.g. this in-depth tutorial teaching how to build a social media app [4]).
Disclaimer: I work at Prisma and am also a huge fan of type-safety, so T3 is basically my dream stack.
[2] https://trpc.io/
[4] https://www.youtube.com/watch?v=jqVm5_G1ZEE&ab_channel=WebDe...
No comments yet.