Тёмный
No video :(

This is why you should lazy load routes and components in Vue 

John Komarnicki
Подписаться 22 тыс.
Просмотров 13 тыс.
50% 1

This video covers what lazy loading in Vue is, why it is helpful and how to add it.
-----------------------------------------------------------------------------------------------------
Join my channel to support me to continue doing what I love!
/ @johnkomarnicki
-----------------------------------------------------------------------------------------------------
Patreon: / johnkomarnicki
Website: johnkomarnicki...
Twitter: / john_komarnicki
LinkedIn: / john-komarnicki
-------------------------------------------------------------------------------------------------------
#vue #vue3 #lazyload

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 9   
@BeniRoseMusic
@BeniRoseMusic Год назад
This is pretty cool and I've always wanted to do this, but I feel like there's a lot missing here. What about when using a bundler like webpack with multiple entry points? What is serving the lazy-loaded code? In your network tab it looks like webpack-dev-server is responsible for serving that, but no one's deploying their app running on webpack-dev-server. Is there documentation covering the "rest of the owl" here?
@jondoe79
@jondoe79 Год назад
Your content is superb 👍
@JohnKomarnicki
@JohnKomarnicki Год назад
Thank you!
@meggi8048
@meggi8048 Год назад
i think the js community has gone to far optimizing things which are not necessary. the most scaleable option to deliver content over net is having it static generated and prebundled and having less requests. one bigger static hosted bundle ships much faster than any runtime optimized delivered code chunks. storage is cheap, bandwidth is broad... but cpu and ram is expensive. i mean its cool than you can do this stuff, but it really is beyond practical usecases.
@shareefhassan8197
@shareefhassan8197 Год назад
Today I learned something
@nested9301
@nested9301 Год назад
NUXT does this by default
@paws7983
@paws7983 Год назад
Very inspiring!😮🤯
@edam748
@edam748 2 месяца назад
I like this vedio
@user-eq5rm5nh4h
@user-eq5rm5nh4h Год назад
Круто