The resuable animated placehoder component is so neat! Thanks.
@christopherokonkwo2 жыл бұрын
I'm so happy to be able to do this myself without needing an external plugin...Thanks John
@shahabdev25202 жыл бұрын
That was something exciting and helpful. Thanks John, Keep dropping informative videos like this.
@JohnKomarnicki2 жыл бұрын
I appreciate that Shahab! 🙌
@khizer35282 жыл бұрын
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 .
@JohnKomarnicki2 жыл бұрын
Definitely different ways to handle these types of things! This is one of many :)
@pedrobonorino90632 жыл бұрын
Super cool video! Definitely going to use on future projects!
@JohnKomarnicki2 жыл бұрын
Awesome, glad to hear!
@randel_mcafee862 жыл бұрын
Super helpful, John! Great video :)
@JohnKomarnicki2 жыл бұрын
Thanks Randel!
@kingpeng49702 жыл бұрын
wow, it is great! thank you!
@JohnKomarnicki2 жыл бұрын
You’re welcome!
@abotsidanny59212 жыл бұрын
Very useful bro I like it
@JohnKomarnicki2 жыл бұрын
Thanks, glad to hear!
@raptor74832 жыл бұрын
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.
@JohnKomarnicki2 жыл бұрын
Yeah, it can be used to wait for any async component or view!
@mdalamin-re5ge Жыл бұрын
Thanks for Video
@elmenikmati11 ай бұрын
awesome!!! 😎
@gtbaba1232 жыл бұрын
Ty for vuetify. Plz more vuetify videos ty
@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.