Week 12 | Optimistic Updates
Last Week The entire UI is overhauled. Improved user experience on latency-sensitive operations by using optimistic updates. What does it mean in English? Optimistic updates is a user interface design pattern that makes applications feel faster and more responsive by immediately reflecting user actions in the interface before receiving confirmation from a server or backend system. In traditional (“pessimistic”) UI approaches, when a user performs an action like liking a post or deleting an email, the interface waits for confirmation from the server before showing any change....