Skip to content

zairovarsen/app-playground

This branch is 21 commits behind vercel/next-app-router-playground:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

48042c4 · Aug 10, 2023
Dec 22, 2022
Aug 10, 2023
Jul 30, 2023
Jul 30, 2023
Oct 26, 2022
Aug 10, 2023
Oct 26, 2022
Nov 20, 2022
Oct 26, 2022
Nov 9, 2022
Jul 30, 2023
Apr 11, 2023
Jun 8, 2023
Jul 30, 2023
Jul 30, 2023
Oct 26, 2022
Jan 22, 2023
Jul 30, 2023
Apr 11, 2023
Nov 5, 2022

Repository files navigation

Next.js App Router Playground

Next.js recently introduced the App Router with support for:

  • Layouts: Easily share UI while preserving state and avoiding re-renders.
  • Server Components: Making server-first the default for the most dynamic applications.
  • Streaming: Display instant loading states and stream in updates.
  • Suspense for Data Fetching: 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.

Running Locally

  1. Install dependencies:
pnpm install
  1. Start the dev server:
pnpm dev

Documentation

https://nextjs.org/docs

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.5%
  • CSS 1.1%
  • JavaScript 0.4%