May 12, 2026 · 1 min read
Why I Switched to the App Router

Moving from the Pages Router to the App Router changed how I think about data fetching entirely. Server Components mean less client-side JavaScript, and layouts persisting across navigations removed a whole class of loading-state bugs.
The learning curve is real, but the payoff — simpler data flow, better defaults for performance — was worth it.