Concept Flow - Nested routes and child views
Start at root route
Match parent route
Render parent component
Check for child route
Yes
Render child component inside parent
Display combined view
User navigates to another nested route
Repeat child route matching and rendering
The router matches the parent route first, renders its component, then checks for child routes to render inside the parent, showing nested views.