Concept Flow - Client-side session access
User visits page
Browser loads React component
Component runs useEffect
Fetch session data from client-side API
Session data received
Update component state with session
Component re-renders with session info
User sees session-dependent UI
This flow shows how a Next.js React component fetches and uses session data on the client side after the page loads.