T3 Stack Tutorial - FROM 0 TO PROD FOR $0 (Next.js, tRPC, TypeScript, Tailwind, Prisma & More)

The speaker presented their T3 stack, which they coined in a video a year and a half ago. They created an app to vote on the most round Pokémon using various technologies such as next.js, Prisma Plane...
Intro to tRPC: Integrated, full-stack TypeScript
The tRPC project brings together strong typing with server-side JavaScript capabilities in a single client-server interaction protocol. tRPC stands for Typescript Remote Procedure Call which directly ...