Concept Flow - Lazy loading routes
User navigates to route
Check if route component is loaded
Load component asynchronously
Render component
User interacts with page
When a user goes to a route, Vue checks if the component is loaded. If not, it loads it asynchronously, then renders it.