Dav.id

Results 7 comments of Dav.id

Would be great to fix this, any update on this?

I've seen that issue as well. It looks like Glide.js issue. Once you go from one product to another that has a different amount of thumbnails the glide's track isn't...

I'd like to help with that. Can you assign it to me?

@kedrzu Not really. Lazy-loaded components and Lazy-hydrated components are different things. Asyc/Lazy loaded components means that the whole bundled SFC is loaded and rendered later, lazy-hydration on the other hand...

Ah, I see, interesting. Thanx for the break down, didn't grasp it from your initial reply:)

Maybe you're looking for [lazy-loaded ](https://nuxtjs.org/tutorials/improve-your-developer-experience-with-nuxt-components/#lazy-loading-your-components)components because this package is for lazy-hydration. Meaning that your content is generated on server-side and shown immediately, but its "interactivity" is applied later.

Yup, it's from the package dscription: `This plugin will not work as advertised if you're not using it in combination with SSR. Although it should work with every pre-rendering approach...