nextjs-tailwind-template Tailwind Templates

Nextjs Tailwind Template

Next.js, Tailwind introduced the `app/` directory (beta)

Next.js, Tailwind Template

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:
pnpm i --frozen-lockfile
  1. Copy .env.example:
cp .env.example ./app/.env
  1. Start the dev server:
pnpm dev

Documentation

https://beta.nextjs.org/docs

Leave Feedback

https://github.com/vercel/next.js/discussions/41745

Top categories

Loading Svelte Themes