Skip to content

Commit 92fe4a5

Browse files
authored
Merge pull request #84 from nlfurniss/master
update list of hooks fastboot calls
2 parents dde3a7a + 8573e89 commit 92fe4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown/docs/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ If your components have any direct DOM manipulation you would do it in those hoo
719719

720720
#### Lifecycle Hooks in FastBoot
721721

722-
FastBoot calls the `init`, `didReceiveAttrs`, `didUpdateAttrs`, and `willDestroy` hooks.
722+
FastBoot calls the `init`, `didReceiveAttrs`, `didUpdateAttrs`, `willRender`, `didRender`, and `willDestroy` hooks.
723723
Any code in these hooks will be run inside of FastBoot and should be free of references to browser APIs or DOM manipulation.
724724

725725
### Avoid jQuery

0 commit comments

Comments
 (0)