update readme
This commit is contained in:
parent
f5e89aea5d
commit
67c12a05b8
|
@ -8,6 +8,7 @@
|
|||
- [Custom Event](#custom-event)
|
||||
- [Ref](#ref)
|
||||
- [Store](#store)
|
||||
- [SSR](#ssr)
|
||||
|
||||
### My First Element
|
||||
|
||||
|
@ -212,3 +213,10 @@ static get data() {
|
|||
```
|
||||
|
||||
纯元素!不会注入 store!
|
||||
|
||||
### SSR
|
||||
|
||||
推荐尝试的框架:
|
||||
|
||||
* https://github.com/skatejs/skatejs/tree/master/packages/ssr
|
||||
* https://www.youtube.com/watch?v=yT-EsESAmgA
|
|
@ -8,6 +8,7 @@ English | [简体中文](./main-concepts.cn.md)
|
|||
- [Custom Event](#custom-event)
|
||||
- [Ref](#ref)
|
||||
- [Store](#store)
|
||||
- [SSR](#ssr)
|
||||
|
||||
### My First Element
|
||||
|
||||
|
@ -222,4 +223,11 @@ Can we see that the store system is a centralization system? So how do we centra
|
|||
@tag('my-first-element', true)
|
||||
```
|
||||
|
||||
Pure element! Store will not be injected!
|
||||
Pure element! Store will not be injected!
|
||||
|
||||
### SSR
|
||||
|
||||
Recommended class librarie:
|
||||
|
||||
* https://github.com/skatejs/skatejs/tree/master/packages/ssr
|
||||
* https://www.youtube.com/watch?v=yT-EsESAmgA
|
Loading…
Reference in New Issue