Concept Flow - Shared state across layouts
User interacts with page
Layout component reads shared state
Shared state updated via React context or server component
All layouts consuming state re-render
Page content updates reflecting shared state
User actions update shared state stored in a common provider, layouts consume this state and update UI accordingly.