React·100 questions

What is optimistic update and what are the risks?

Answer
UI updates before server response.
Improves UX.
Need to be able to rollback on error.
Watch out for competing requests.
Data libraries help implement correctly.
Was this answer helpful?

More questions in this topic

Related questions from other topics