Courses
Vue Foundations Vue Fullstack Vue Enterprise
Articles
Latest Topics
More
Newsletter Sponsorship Discord About
The video for this lesson is currently being updated, please read the transcript instead.
Vue Foundations > Lesson 44

Hiding elements before Vue compiles them

In this video we're going to see how v-cloak can get rid of the ugly unparsed Vue syntax when our app is still loading.

How web apps load

Let's talk briefly about how a JavaScript web app loads.

To begin with, the server delivers the index.html file to the browser. When the browser receives this it begins parsing the file from top to bottom.

Any HTML in the index file will be almost immediately displayed on the screen.


Back to course page

Click to load comments...

Courses
  • Vue Foundations
  • Vue Fullstack
  • Vue Enterprise
Articles
  • Latest
  • Topics
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

Vue.js Developers © 2021. View our privacy policy .

  • RSS
  • |
  • Atom