Optimistic UI Updates
Apply state changes immediately and roll back on server error for snappy UX.
What Optimistic Updates Are
Show the user the result of an action immediately, before the server confirms.
Why
Optimistic UI makes apps feel instant. Network latency is hidden when actions usually succeed.