28
Optimistic update makes the UI flicker through a wrong state when the request fails — what is the correct rollback?
Added optimistic updates to a toggle. Happy path is lovely. The failure path is worse than what I had before. What happens when the request fails: the toggle flips back, then briefly flips again, then settles. Sometimes…