routing-patterns
Installation
SKILL.md
Routing Patterns
Overview
Routing determines how URLs map to content and how navigation between pages works. The approach differs significantly between traditional server-rendered apps and modern SPAs.
Server-Side Routing
Server determines what to render based on the URL.