Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

nextjs-dynamic-routes-params

Guide for Next.js App Router dynamic routes and pathname parameters. Use when building pages that depend on URL segments (IDs, slugs, nested paths), accessing the `params` prop, or fetching resources by identifier. Helps avoid over-nesting by defaulting to the simplest route structure (e.g., `app/[id]` instead of `app/products/[id]` unless the URL calls for it).

스타101
포크20
업데이트2025년 10월 23일 22:42
SKILL.md
readonly