Vue.js 3 Options API Masterclass
Plans from $25/month

This lesson is for members. Join us?

Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!

Hiding Content Until Data is Fully Loaded

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.