79368178

Date: 2025-01-19 00:32:55
Score: 1
Natty:
Report link

When you refresh, your browser makes a full request for the page and fetches all resources, including the image. But, during dynamic navigation, the browser doesn't reload images unless explicitly told to do so.

I suggest trying to directly use the backgroundImage style in React or define the background in CSS. Avoid using data-background unless necessary and you implement a script to handle it dynamically.

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: Raphael Fadimu