7 ms·
If you're already looking at Next.js + Tailwind but unsure about what to use for the DB, I'd recommend checking out the T3 stack [1]. It uses tRPC [2] for type
by nikolasburk 3y ago
If you're already looking at Next.js + Tailwind but unsure about what to use for the DB, I'd recommend checking out the T3 stack [1].
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.
[1] https://create.t3.gg/ https://create.t3.gg/
[2] https://trpc.io/ https://trpc.io/
[3] https://www.prisma.io/ https://www.prisma.io/
[4] https://www.youtube.com/watch?v=jqVm5_G1ZEE&ab_channel=WebDevSimplified https://www.youtube.com/watch?v=jqVm5_G1ZEE&ab_channel=WebDe...