B
B
BonBon Slick2020-09-15 17:41:04
Vue.js
BonBon Slick, 2020-09-15 17:41:04

Difference of preFetch methods in SPA?

You can shove mounted, beforeMounted, created hooks into data loading, because rendering is still conditional

<template>
    <v-row class=" pt-5 justify-center "
           v-if="this.user.team"
    >

Material from the docks

So, where is the best place to do data prefetch in SPA / PWA?

Better for the end user, performance and rendering optimization.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question