Loading background wallpaper last

I’m using react and I want to fade in a random background image as wallpaper, but only after everything else is loaded (l want it to work like www.bing.com). Any recommendations on a best approach?

Have you tried hooking into ComponentDidMount on your app container component? I believe that’s called post-render.