vercel-labs / vercel-nav-demo

v0 + Shadcn UI version

Home Page:https://parallel-routes-demo.vercel.app/leerob

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vercel Navigation Demo

This is a light clone of the Vercel dashboard navigation. The first version was built with v0, and then hand-crafted by humans from there.

How It Works

  1. Navigating to / redirects to a default team /leerob
  2. The navigation and page content are two separate Parallel Routes
  3. The navigation page fetches and streams the team data server-side

This enables reading the dynamic URL path on the server (e.g. [team] which gives me leerob for /leerob), and then fetching the user data based on that.

About

v0 + Shadcn UI version

https://parallel-routes-demo.vercel.app/leerob


Languages

Language:TypeScript 91.7%Language:CSS 6.3%Language:JavaScript 2.0%