Concept Flow - Modal pattern with intercepting routes
User clicks link
Intercept route change
Show modal overlay
Render modal content
User closes modal
Restore previous page route
When a user clicks a link, the app intercepts the route change to show a modal overlay instead of a full page. Closing the modal restores the previous route.