nuxt / nuxt.com

The Nuxt website, made with Nuxt.
https://nuxt.com
MIT License
308 stars 160 forks source link

Lazy-loading for below-the-fold components #1370

Open manniL opened 1 year ago

manniL commented 1 year ago

Hey 👋

I think we could lazy-load quite some components that appear below the fold, e.g. everything on the landing page below the logos (https://github.com/nuxt/nuxt.com/blob/v2/pages/index.vue#L64-L115). This might also apply to other pages.

atinux commented 1 year ago

Good idea @manniL

Happy to take a stab at it?

manniL commented 1 year ago

Absolutely 👍