Articles tagged “trpc”
11 articles
tRPC vs GraphQL: API Layer 2026
tRPC vs GraphQL in 2026: type safety, bundle size, and team DX compared. tRPC eliminates 90% of boilerplate for TypeScript-first teams. See full breakdown.
Zod vs Yup: TypeScript Validation 2026
Zod vs Yup in 2026: TypeScript inference, bundle size, and performance compared. Zod is 3x faster with zero config TS support. Full API comparison inside.
Hono RPC vs tRPC vs ts-rest: Type-Safe APIs 2026
Hono RPC vs tRPC vs ts-rest for type-safe API clients in 2026. End-to-end type safety, runtime overhead, OpenAPI support, and framework compatibility compared.
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.
From REST to tRPC: The Type-Safe API Revolution 2026
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 2026
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 full-stack TypeScript went from fringe to default from 2020 to 2026 — tRPC, Drizzle, Server Actions, and why shared types changed everything in the stack.
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.
tRPC v11: What Changed, Should You Upgrade? 2026
tRPC v11 brings server actions, React Query 5 integration, and a cleaner router API. What changed from v10, the migration path, and whether upgrading is worth.
tRPC vs GraphQL (2026)
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.