Next.js

App Router, Server Components, caching, and everything in between for building with Next.js.

  1. Mar 12, 2026·7 min read·nextjsNext.js App Router caching: the four layers you need to knowCaching in the App Router is powerful and confusing in equal measure. Here is the map I wish I had from day one.
  2. Jan 28, 2026·6 min read·nextjsHow Server Components changed the way I fetch dataReact Server Components are not just a performance optimization. They are a different mental model for where code lives.