Next.js recently introduced the App Router with support for:
async
/await
support and the use
hook for component-level fetching.The App Router can coexist with the existing pages
directory for incremental adoption. While you don't need to use the App Router when upgrading to Next.js 13, we're laying the foundations to build complex interfaces while shipping less JavaScript.
pnpm install
pnpm dev
Next.js recently introduced the App Router with support for:
async
/await
support and the use
hook for component-level fetching.The App Router can coexist with the existing pages
directory for incremental adoption. While you don't need to use the App Router when upgrading to Next.js 13, we're laying the foundations to build complex interfaces while shipping less JavaScript.
pnpm install
pnpm dev