Make Your UI Updates Instant Without Waiting for a Backend With React

Optimistic UI updates with request batching in React

Tomasz Fiechowski
Better Programming
Published in
11 min readJan 14, 2021

--

A young man showing an instant photo of himself
Instant photos make great memories. Instant UIs make great experiences. (Photo by Jakob Owens on Unsplash)

In this tutorial, I want to share my solution for creating very interactive user interfaces, interfaces where users feel like everything is done immediately. The less time a user waits for an interface to respond the better. We avoid frustration and therefore…

--

--