Vue
Introduction to Vue.js: Components

Component Lifecycle

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

Component lifecycle hooks allow you to interact with the component and tell it what to do during various stages of its lifecycle. We will cover the following component lifecycle hooks as they are the most commonly used (in my opinion) throughout Vue:

  • Created
  • Mounted
  • BeforeDestroy

The codesandbox link for the example in the video is found here: https://codesandbox.io/s/component-lifecycle-x1xbr

 

I finished! On to the next chapter