A Simple Vue 3 Reusable Skeleton Loader Component

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 21

  • @randomdeathafterplannedbir3386

    The resuable animated placehoder component is so neat! Thanks.

  • @christopherokonkwo
    @christopherokonkwo 2 роки тому

    I'm so happy to be able to do this myself without needing an external plugin...Thanks John

  • @khizer3528
    @khizer3528 2 роки тому

    Usually in projects I prefer using beforeRouteEnter with progress bar before navigating to the route but I will definitely use this approach as this is more user friendly .

    • @JohnKomarnicki
      @JohnKomarnicki  2 роки тому

      Definitely different ways to handle these types of things! This is one of many :)

  • @shahabdev2520
    @shahabdev2520 2 роки тому

    That was something exciting and helpful. Thanks John, Keep dropping informative videos like this.

  • @pedrobonorino9063
    @pedrobonorino9063 2 роки тому

    Super cool video! Definitely going to use on future projects!

  • @randel_mcafee86
    @randel_mcafee86 2 роки тому

    Super helpful, John! Great video :)

  • @raptor7483
    @raptor7483 2 роки тому

    Super useful.
    Could it be used to wait for data from Pinia which runs or doesn't run an api?
    Very often my components are ready before data comes from Pinia.

    • @JohnKomarnicki
      @JohnKomarnicki  2 роки тому

      Yeah, it can be used to wait for any async component or view!

  • @mdalamin-re5ge
    @mdalamin-re5ge 11 місяців тому

    Thanks for Video

  • @kingpeng4970
    @kingpeng4970 2 роки тому

    wow, it is great! thank you!

  • @gtbaba123
    @gtbaba123 2 роки тому

    Ty for vuetify. Plz more vuetify videos ty

  • @abotsidanny5921
    @abotsidanny5921 2 роки тому

    Very useful bro I like it

  • @elmenikmati
    @elmenikmati 10 місяців тому

    awesome!!! 😎

  • @karthikm.1804
    @karthikm.1804 2 роки тому

    wordle with vue3😃

  • @Dylan_thebrand_slayer_Mulveiny

    This pattern will not scale well in any real world application. Having to create a copy of every template you want to use it on will quickly become untenable.
    The better approach would be to use Css itself, have it target areas of the template content and fill it with content via pseudo elements until the content is loaded.