Scure21 / parallel-routes

Trying out Next.js 13.3 Parallel Routes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing one of the latest Next.js 13.3 features, Parallel Routes!

In this project you can see how the components in @folder1 and @folder2 are loaded at different times offering an innovative approach to dynamic web design, allowing for the simultaneous rendering of multiple pages in a single view.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

About

Trying out Next.js 13.3 Parallel Routes


Languages

Language:CSS 83.2%Language:JavaScript 16.8%