manniL
Nuxt 3.16.1 - getCachedData not working (?)
just checked the stackblitz with the latest code and it should work there too https://stackblitz.com/github/TheAlexLichter/nuxt-get-cached-dat
13 replies
Is it possible to use 'hydrate-never' with '<component :is="....' ?
Yes, that should work. The only downside is that you'd have to "remove" the javascript being loaded manually. https://github.com/nuxt/nuxt/pull/31192 should solve both issues actually
34 replies
Is it possible to use 'hydrate-never' with '<component :is="....' ?
if you use
defineAsyncComponent
manually, you can use Vue's lazy hydration directly or wait for https://github.com/nuxt/nuxt/pull/3119234 replies
Is it possible to use 'hydrate-never' with '<component :is="....' ?
https://nuxt.com/docs/guide/directory-structure/components#hydration-strategies <- happy for a PR to make that more clear though
34 replies