The video for this lesson is currently being updated, please read the transcript instead.

Understanding lifecycle hooks

Let's take a look at this diagram in the Vue.js docs. This shows what happens to a Vue instance over its lifecycle.

Not long after we create a new instance of Vue, reactivity and data observation is set up. Further down, templates are compiled. Even further down, the template is mounted to the DOM.

Hooks

To view the complete lesson you'll need to login or join this course.


Click to load comments...