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 .
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.
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.
The resuable animated placehoder component is so neat! Thanks.
I'm so happy to be able to do this myself without needing an external plugin...Thanks John
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 .
Definitely different ways to handle these types of things! This is one of many :)
That was something exciting and helpful. Thanks John, Keep dropping informative videos like this.
I appreciate that Shahab! 🙌
Super cool video! Definitely going to use on future projects!
Awesome, glad to hear!
Super helpful, John! Great video :)
Thanks Randel!
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.
Yeah, it can be used to wait for any async component or view!
Thanks for Video
wow, it is great! thank you!
You’re welcome!
Ty for vuetify. Plz more vuetify videos ty
Very useful bro I like it
Thanks, glad to hear!
awesome!!! 😎
wordle with vue3😃
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.