Concept Flow - Context provider
Create Context
Wrap Provider around children
Provider holds value
Child components access value
Value updates -> Children re-render
This flow shows how a React Context is created, provided to children, and how children consume and react to value changes.