Concept Flow - Optimistic UI updates
User triggers mutation
UI immediately updates (optimistic)
Send mutation request to server
Server processes mutation
Confirm UI
When a user triggers a change, the UI updates right away (optimistic update) before the server confirms. Then the server response either confirms or rolls back the UI.