change some logic

Former-commit-id: 205c6b18d6edc8f3f455ae7491f61f8f3292d778
This commit is contained in:
Ben
2022-03-29 16:21:19 +01:00
parent b652d8cd6b
commit 24feb8c0fa
15 changed files with 84 additions and 29 deletions

View File

@@ -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.