What problem does it solve?
This Skill helps architects and developers design robust routing strategies that map URLs to content across server and client boundaries, enabling predictable navigation, improved SEO, and resilient meta-framework configurations.
Core Features & Use Cases
- Server-side routing concepts (URL-to-handler mapping, full HTML renders)
- Client-side routing (history API, SPA navigation, hash routing)
- File-based routing patterns and folder-structure conventions
- Dynamic routes, catch-all and optional parameters, and nested layouts
- Route guards, middleware, and prefetching strategies
- Real-world scenarios: multi-layout apps, nested routes, and 404 handling
Quick Start
Outline a routing plan for a blog site with pages '/', '/about', '/blog/[slug]', and catch-all '/docs/*', including nested layouts and client-side vs server routing decisions.