Concept Flow - Actions for modifying state
User triggers action
Action function runs
Action commits mutation
Mutation updates state
State changes trigger reactivity
UI updates to reflect new state
This flow shows how a user event triggers an action, which commits a mutation to update the state, causing the UI to reactively update.