Skip to content

Commit 5f92de8

Browse files
nlfurnissNathaniel Furniss
authored andcommitted
update list of hooks called by fastboot
1 parent 3e22183 commit 5f92de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ Since `didInsertElement` hooks are designed to let your component
526526
directly manipulate the DOM, and that doesn't make sense on the server
527527
where there is no DOM, we do not invoke either `didInsertElement` or
528528
`willInsertElement` hooks. The only component lifecycle hooks called in
529-
FastBoot are `init`, `didReceiveAttrs`, `didUpdateAttrs` and `willDestroy`.
529+
FastBoot are `init`, `didReceiveAttrs`, `didUpdateAttrs`, `willRender`, `didRender`, and `willDestroy`.
530530

531531
### No jQuery
532532

0 commit comments

Comments
 (0)