Understanding VueJs Lifecycle Hooks

2021-9-12 Less than 1 minute

# Understanding VueJs Lifecycle Hooks

# What are lifecycle hooks? What are lifecycle hooks used for?

Lifecycle hooks show you how things work behind the scenes. They are used for knowing when you create a component, adding to the DOM, and updating or destroying them.

# How have you utilized lifecycle hooks in your afternoon projects?

onMounted

# What are mounting hooks? When might you use them?

hooks that allow you to access your component immediately before and after the first render. When i'm using an onMounted method.

# Daily Challenge

Gregslist Vue! (opens new window)

Last update: September 26, 2021 22:26
Contributors: Derek Shain