Reactjs – React suspense fallback retriggers
I have an image that I take from an API endpoint. For a reason, I'm importing the image component inside a Suspense with a fallback. The problem is that every time a useState or a useEffect is executed, the fallback…