stencil: update keywords

This commit is contained in:
Rico Sta. Cruz 2017-10-16 23:08:27 +08:00
parent 99d44bb99f
commit a33b2ef11e
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 10 additions and 1 deletions

View File

@ -3,6 +3,15 @@ title: Stencil
category: JavaScript libraries
layout: 2017/sheet
updated: 2017-10-11
keywords:
- @Component
- @Prop()
- @State()
- render()
- componentWillLoad()
- componentWillUpdate()
- Templating
- Lifecycle
intro: |
[Stencil](https://github.com/ionic-team/stencil) is a compiler for web components made by the Ionic team. This guide targets Stencil v0.0.5.
---
@ -172,7 +181,7 @@ See: [Slots](https://stenciljs.com/docs/templating#slots)
| Event | Description |
| --- | --- |
| `componentWilLLoad()` | Before rendering |
| `componentWillLoad()` | Before rendering |
| `componentDidLoad()` | After rendering |
| --- | --- |
| `componentWillUpdate()` | Before updating |