change some logic
Former-commit-id: 205c6b18d6edc8f3f455ae7491f61f8f3292d778
This commit is contained in:
@@ -90,7 +90,7 @@ State is updated with `setState()`.
|
||||
Within the HTML, any instance of `{this.state.}` will be replaced with
|
||||
the internal state of the component.
|
||||
|
||||
The `PostLoad` method is called once the component has been loaded and
|
||||
The `OnMount` method is called once the component has been loaded and
|
||||
attatched to the DOM. This is where you can do any post-load setup.
|
||||
It is only called once and it's return value becomes the state of the
|
||||
component.
|
||||
|
||||
Reference in New Issue
Block a user