Skip to content

israelias/next-thirteenth-boilerplayground

 
 

Repository files navigation

Next Thirteenth Boilerplayground

This is a fork of Vercel/app-playground using Yarn 3 default caching on node modules.

Includes .yarn/sdks for tsdk.typescript, .prettierPath and eslintNodePath to sync with versions in devDeps along with auto integration with .vscode with baseline configs.


From Next.js App Directory Playground

Next.js introduced the app/ directory (beta). This is the result of the Layouts RFC previously published for community feedback. This includes 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/ directory can coexist with the existing pages directory for incremental adoption. While you don't need to use the app/ directory when upgrading to Next.js 13, we're laying the foundations to build complex interfaces while shipping less JavaScript.

Running Locally

  1. Install dependencies: yarn
  2. Start the dev server: yarn dev

Documentation

https://beta.nextjs.org/docs

Leave Feedback

vercel/next.js#41745

About

Forked playground to explore the new app directory in Next.js 13.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.0%
  • JavaScript 1.6%
  • CSS 1.4%