Articles tagged “trpc”
8 articles
tRPC vs REST vs GraphQL: Type-Safe APIs in Next.js 2026
Which API layer belongs in your Next.js app? tRPC for full-stack TypeScript, REST for standard HTTP, GraphQL for flexible querying — real trade-offs, bundle sizes, and when each wins.
From REST to tRPC: The Type-Safe API Revolution
How tRPC changed the way TypeScript developers build APIs. End-to-end type safety, zero code generation, and when to use tRPC vs REST vs GraphQL in 2026.
How to Build a Full-Stack App with the T3 Stack
Complete T3 Stack guide: Next.js, tRPC, Prisma, NextAuth, Tailwind, and TypeScript. Scaffold, set up the database, add authentication, and deploy to Vercel.
The New Wave of TypeScript-First Libraries in 2026
How TypeScript-first library design changed npm. Zod, tRPC, Drizzle, and the wave of libraries that treat TypeScript types as the primary API surface.
The Rise of Full-Stack TypeScript: 2020 to 2026
How TypeScript went from optional to the default for full-stack JavaScript development between 2020 and 2026. The T3 stack, tRPC, and the emergence of TypeScript as a platform.
tRPC v11 vs ts-rest: Type-Safe APIs in TypeScript 2026
tRPC v11 vs ts-rest compared for type-safe TypeScript APIs in 2026. RPC procedures vs REST contracts, React Server Components, Next.js integration, and when to use each.
tRPC v11: What's New and Should You Upgrade?
tRPC v11 brings React Query v5 integration, streaming support, and improved server-sent events. Here's what changed, whether to upgrade, and whether tRPC is still the right call in 2026.
tRPC vs GraphQL in 2026: End-to-End Type Safety vs Schema-First APIs
tRPC and GraphQL both solve the API contract problem but in completely different ways. Compare their approaches, bundle sizes, and use cases to find the right fit for your stack.