Next.js
App Router, Server Components, caching, and everything in between for building with Next.js.
- Next.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.
- How 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.