optimistic update
RU: optimistic update (оптимистичное обновление)
A UI pattern where the client applies a state change immediately — before the server confirms — and rolls back if the request fails. The user sees instant feedback; concurrent mutations require reconciliation logic when a rollback occurs.