Easy Loading Screens with Vue Suspense Components

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024

Комментарии • 24

  • @allaghi
    @allaghi 3 года назад +8

    Another great tutorial, I am wondering if you could make one for passing props to route components with function mode.

  • @alnahian2003
    @alnahian2003 Год назад

    That's why I love Vue so much ❤ Thanks for making our lives much easier 🌟

  • @SashaFishter
    @SashaFishter 3 года назад +3

    Great article. Do you always put async function outside of setup method? Is there any advantages when putting those functions inside setup?

    • @clementebri1827
      @clementebri1827 2 года назад

      Someone people might put a async onmounted inside setup if that solves a specific need versus making the entire setup async

  • @typ0_cratz
    @typ0_cratz 2 года назад

    I came across your videos today, lots of things to learn here! :) Thanks for the great content

    • @LearnVue
      @LearnVue  2 года назад

      happy to hear :)

  • @Lucas-mu5no
    @Lucas-mu5no 2 года назад

    Thanks again. You the best sir!

  • @guipe7712
    @guipe7712 2 года назад

    Hey friend, how is going ??. Your videos are really aswome . Can you do a video showing how to use vue-pagination with vuejs 3 ??

  • @UCmdrhccjVM95UidL5idZw2Q
    @UCmdrhccjVM95UidL5idZw2Q 2 года назад

    awesome channel!

  • @warakateng
    @warakateng Год назад

    Thank you

  • @goatfryed2890
    @goatfryed2890 2 года назад

    How would you handle a reload capability in case of error handling or even indepedently? I guess I could change the key of the #default slot to throw it away and force a reload, but for other cases i assume that i'd keep the old loading state handling. Is there a smarter way to approach reload scenarios that use Suspense?

  • @darwinllacuna5328
    @darwinllacuna5328 2 года назад

    how to add defineprops in composition API?

  • @cjmaaz
    @cjmaaz 3 года назад +1

    When it will get out from experimental phase?

    • @LearnVue
      @LearnVue  3 года назад +1

      No official news yet, but this feature will most likely exist in all versions of Vue, but the exact syntax may change depending on developer feedback. Here's the documentation that explains it a little more: v3.vuejs.org/guide/migration/suspense.html#introduction

    • @cjmaaz
      @cjmaaz 3 года назад

      @@LearnVue Thanks Buddy! Would love to see project based tutorials here.

  • @dmitriykret8938
    @dmitriykret8938 2 года назад +1

    🔥👍

  • @javierantoniofelixtorres2851
    @javierantoniofelixtorres2851 Год назад +1

    Still Experimental Feature

    • @LearnVue
      @LearnVue  Год назад +1

      planned to be stable in 3.4!

    • @ricko13
      @ricko13 Месяц назад

      @@LearnVue hi, im from the future, Vue 3.4.38 exists, suspense remains experimental 😅

  • @yoskokleng3658
    @yoskokleng3658 2 года назад

    sir can u make a tutorial vuejs 3 from scratch to advance ? your explaining are very clear. thank you !!

  • @ronnynestares3831
    @ronnynestares3831 3 года назад

    with vue router

  • @clementebri1827
    @clementebri1827 2 года назад

    Seems suspense isn't ready for production yet?

    • @Markus-iq4sm
      @Markus-iq4sm Год назад

      yes still in 2023 it is considered as "Experimental Feature"

  • @TodorescuProgramming
    @TodorescuProgramming Год назад +3

    please start using lint in your code... also it's a bad practice to use abbrevs.... errMsg ref should have the full name: errorMessage... notice how bad it is? abbreviations was above