Update lifecycle-methods.md
This commit is contained in:
parent
3b8fa57358
commit
82258f606f
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
[Components](components.md) and [virtual DOM nodes](vnodes.md) and can have lifecycle methods, also known as *hooks*, which are called at various points during the lifetime of a DOM element.
|
[Components](components.md) and [virtual DOM nodes](vnodes.md) can have lifecycle methods, also known as *hooks*, which are called at various points during the lifetime of a DOM element.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
// Sample hook in component
|
// Sample hook in component
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue