React·100 questionsWhat is optimistic update and what are the risks?SaveUpdated: 2026-08-31Answer•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.Ask AI to clarifyWas this answer helpful?HelpfulNot helpfulSuggest an improvement