implementing-parallel-routes

Community

Parallel routes and slot patterns in Next.js 16.

Authordjankies
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Parallel routes enable rendering multiple slots within a single layout, improving modularity and performance in Next.js 16.

Core Features & Use Cases

  • Slot definitions with @folder prefixes and default.tsx fallbacks.
  • Slots render independently with their own loading and error states.
  • Soft navigation preserves slot state; hard navigation resets slots to defaults as appropriate.

Quick Start

Create parallel slot folders (e.g., @team, @analytics) with default.tsx and wire them into a layout to enable parallel routing.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: implementing-parallel-routes
Download link: https://github.com/djankies/claude-configs/archive/main.zip#implementing-parallel-routes

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository