Concept Flow - Why routing is needed for SPAs
User clicks link
SPA intercepts click
Routing logic checks URL
Load matching component
Update view without page reload
User sees new content instantly
This flow shows how SPA routing intercepts user clicks, decides which component to show, and updates the view without reloading the whole page.