Describe the lifecy…
 
Notifications
Clear all

Describe the lifecycle hooks in Vue.js?

1 Posts
2 Users
0 Likes
202 Views
0
Topic starter

Explain Briefly.

1 Answer
0

Lifecycle hooks are pre-defined methods that get executed in a certain order, starting from the initialization of the Vue instance to its destruction. Below is a diagram that indicates the Vue JS lifecycle hooks sequence. There are eight lifecycle hooks in Vue JS: beforeCreate.

Share: