ddot

Results 5 comments of ddot

> Just wanna know if you still pla nto work on it or not. sorry, there is no time for work at this time

``` ``` 这样就可以了 @fatesq

when some es6 in component,buble is not supported ``` function* helloWorldGenerator() { yield 'hello'; yield 'world'; return 'ending'; } ``` but,you can use babel for supported,so only transpile templates

@michael712520 不好意思,因为只有当effect 里面的方法才有`then`

``` app.model({ namespace: "count", state: 0, reducers: { add(state, { payload }) { return state + payload || 1; }, minus(state, { payload }) { return state - payload ||...