Hi,
So i'm fetching a bunch of products using getServersideProps. It works fine, but the images sometimes take awhile to update in the HTML cards that are displaying them. The problem is that because the page updates the dom without reloading the page, the old images stay in place from the previous cards until the new images have been fully downloaded.
It would be much better if this could flush the old ones while the new ones are loading, but i'm not sure how to do that.