Concept Flow - Actions and reducers pattern
User triggers action
Action dispatched
Reducer receives action
Reducer updates state
New state emitted
UI updates with new state
This flow shows how an action triggers a reducer to update the state, which then updates the UI.