Concept Flow - Why Next.js navigation is optimized
User clicks a link
Next.js intercepts click
Check if page is preloaded
Instant load
Render page
Update browser URL
Show new page content
This flow shows how Next.js intercepts link clicks, uses preloaded pages for instant navigation, or fetches data if needed, then renders and updates the URL smoothly.