When you press a 'Like' button, the app quickly shows the 'Like' count go up. But if the internet then says the 'Like' didn't actually save, what must the app do to make the 'Like' count go back to what it was before?
When a user presses a 'Like' button, the app typically employs an 'optimistic UI update'. This means the app immediately changes the visual appearan....