360/VR applications tend to have large images such as 360 panoramas.
It might take a while to load them so the best approach might be to load all necessary images in the background so they are available as soon as user needs them.
In this lesson we are going to learn how to use <Prefetch />
component to prefetch static assets.