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

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ธ.ค. 2022
  • 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.com/
    Twitter: / john_komarnicki
    LinkedIn: / john-komarnicki
    -------------------------------------------------------------------------------------------------------
    #vue #vue3 #lazyload

ความคิดเห็น • 9

  • @paws7983
    @paws7983 ปีที่แล้ว

    Very inspiring!😮🤯

  • @BeniRoseMusic
    @BeniRoseMusic ปีที่แล้ว +2

    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 ปีที่แล้ว +1

    Your content is superb 👍

  • @shareefhassan8197
    @shareefhassan8197 ปีที่แล้ว

    Today I learned something

  • @edam748

    I like this vedio

  • @nested9301
    @nested9301 ปีที่แล้ว +1

    NUXT does this by default

  • @user-eq5rm5nh4h
    @user-eq5rm5nh4h ปีที่แล้ว

    Круто

  • @meggi8048
    @meggi8048 ปีที่แล้ว +2

    i think the js community has gone to far optimizing things which are not necessary.