Back to all posts
6 min read
Why I Migrated My Portfolio to Next.js App Router
Next.jsReactWeb Development
# Why I Migrated My Portfolio to Next.js App Router
The Next.js App Router paradigm shifts how we think about routing and data fetching in React applications.
## Server Components
By default, components are Server Components, meaning they don't add to your client-side JavaScript bundle...
(Note: This is a placeholder post. Please migrate your full Medium article content here.)