Ricardo Canastro @canastro.dev · Dec 25

The first step was tweaking the `react-query` to keep the previously image data during transitions. This removed the blank screen issue, but the transitions still felt unresponsive.

1 likes 1 replies

?

Replies

Ricardo Canastro · Dec 25

Next, I tried blurring the currently displayed image and adding a loading spinner while fetching the next one. It looked better, but the transitions still felt slow and awkward—blurring an already fully loaded image didn’t feel right.