This lesson is for members. Join us?
Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.
Hiding Content Until Data is Fully Loaded
The Composition API Masterclass is coming soon!
Sign-up for the Vue.js Masterclass 2024 Edition.
In this lesson we improve user experience by removing the incremental showing, hiding all page content until all the data is available. In the Vue.js created hook, we're able to wait for all the data to finish loading and set a ready data property to true that conditionally show/hides the markup in the template.
