Use Prefetch component to fetch images before they are needed in React 360

Share this video with your friends

Send Tweet

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.