Posts tagged with #server-components

Farewell, Next.js — Part Two: Types All the Way Down

Part one left us with a small, server-rendered React frontend. Part two is the full-stack half of the bet: end-to-end types with no tRPC and no TanStack, a server that stays the single source of truth, and — because the stack is so light — a web app you install on a phone and can't tell from native.

Read more

Farewell, Next.js: Server-Rendered React in Five Dependencies

Next.js became the default — and then the tax. React 19's Server Components are now a primitive you can assemble yourself. We built a server-rendered React stack with five dependencies, end-to-end types with no tRPC, and an architecture that scales by removing tiers instead of adding them.

Read more