You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
Optimistic updates describe the process where you update the UI before the server has responded to give the impression of a very snappy/native UI. If the server responds with a success the user sees no visual change, if the server fails then rolling back to the previous state with Redux should be possible.
A nice place to experiment with this in the current app might be the adding/removing participants to an expense UI.
The text was updated successfully, but these errors were encountered:
Optimistic updates describe the process where you update the UI before the server has responded to give the impression of a very snappy/native UI. If the server responds with a success the user sees no visual change, if the server fails then rolling back to the previous state with Redux should be possible.
A nice place to experiment with this in the current app might be the adding/removing participants to an expense UI.
The text was updated successfully, but these errors were encountered: