Concept Flow - Why form actions handle mutations
User submits form
Form action receives data
Action performs mutation
Server updates data/state
Response sent back
UI updates with new state
This flow shows how a form submission triggers a server action that changes data, then updates the UI.