Concept Flow - Context with stores
Create a store
Provide store in context
Child component accesses context
Child subscribes to store
Child reacts to store updates
UI updates automatically
This flow shows how a store is created, provided via context, accessed by a child, and updates UI reactively.