In this lesson, learn to prefetch data, store it in a cache or global store, and the have it ready immediately when it’s truly needed. Pre-fetching data serves the same purpose as prefetching components but acts on data from your REST API’s instead of on your JavaScript code for Vue components.
Links