How can I show a loading spinner while my Next image component loads if I already have a previous image?
I'm trying to show a loading spinner (or really any HTML element for that matter) while my image is loading, the thing is I am using this ImageComponent to display an image in a random movie generator, I was able…