Concept Flow - React context in client components
Create Context
Provide Context Value
Render Client Component
Consume Context with useContext
Component uses context value
UI updates based on context
This flow shows how React context is created, provided, and consumed inside client components to share data without passing props.