Answers for "optimistic update"

C#
1

optimistic update

In an optimistic update the UI behaves as though a change was successfully completed before receiving confirmation from the server that it actually was - it is being optimistic that it will eventually get the confirmation rather than an error. This allows for a more responsive user experience.
Posted by: Guest on November-05-2020

C# Answers by Framework

Browse Popular Code Answers by Language