Easy Loading Pages With Vue Suspense

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.พ. 2025
  • 💡 Join My Weekly Dev Newsletter: www.johnkomarn...
    This video covers how to use the suspense component within vue 3
    -----------------------------------------------------------------------------------------------------
    Patreon: / johnkomarnicki
    Website: johnkomarnicki...
    Twitter: / john_komarnicki
    LinkedIn: / john-komarnicki
    -------------------------------------------------------------------------------------------------------
    #vue #vue3 #vue3suspense
    Current Subscribers: 8,769

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

  • @DualbladeV
    @DualbladeV ปีที่แล้ว +3

    Just discovered your channel. Such amazing videos ! Thanks for all your explanation all around Vue 3

  • @DanielTames
    @DanielTames 2 ปีที่แล้ว

    wow dude! this content is incredible amazing!
    thank you so much, I was doubting how to create async component and this is the solution

    • @JohnKomarnicki
      @JohnKomarnicki  2 ปีที่แล้ว

      Thanks Daniel! Glad this was helpful!

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

    Very clear. Thanks!!

  • @VELIXYZ
    @VELIXYZ 2 ปีที่แล้ว

    This is super useful, i love vue and your videos

    • @JohnKomarnicki
      @JohnKomarnicki  2 ปีที่แล้ว

      I appreciate that!

    • @VELIXYZ
      @VELIXYZ 2 ปีที่แล้ว

      @@JohnKomarnicki do you use TypeScript with Vue?

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

    Thanks for this John, definitely makes it easier compared to vue 2

    • @JohnKomarnicki
      @JohnKomarnicki  2 ปีที่แล้ว

      Glad to hear! Thanks for watching

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

    Great video, just wanna know if you have planned to make a PWA application with Vue3 ?

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

    Awesome

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

    Thx - key issue is only a single element within each of default and fallback.

  • @Sarwangds
    @Sarwangds 2 ปีที่แล้ว

    Hey John, does this work with options API or only composition API?

    • @JohnKomarnicki
      @JohnKomarnicki  2 ปีที่แล้ว

      Hey, I believe this is only available while using the composition API

  • @AhmedAli-jx9ie
    @AhmedAli-jx9ie 2 ปีที่แล้ว

    how two check If the error is coming from this specific async component

  • @badasscoder4481
    @badasscoder4481 2 ปีที่แล้ว

    How to use suspense for dynamic component.
    suppose
    path: route/:slug; component: compName
    how to use suspense now.