Articles
Latest
More
Newsletter Sponsorship Discord About
Sign up for our Newsletter
The video for this lesson is currently being updated, please read the transcript instead.
Advanced Vue 2 - Vuex & SSR > Lesson 46

Vue essentials - Render functions

When Vue passes a template whether that be your index.html file or whether that be a

string in JavaScript that you've assigned to a component, what it does is, it goes through

and turns each of the DOM elements into a virtual node and so basically what that means

is it turns this HTML string into JavaScript data that represents the DOM.

So all these nodes together, we call them the virtual DOM.

So Vue.js isn't the only framework that does


Back to course page

Click to load comments...

Articles
  • Latest
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

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

  • RSS
  • |
  • Atom