dva-ast icon indicating copy to clipboard operation
dva-ast copied to clipboard

支持非默认的 reducers 和 effects

Open sorrycc opened this issue 9 years ago • 0 comments

TODO:

  • [ ] reducers with enhancer
  • [ ] effect with type

比如:

app.model({
  reducers: [{}, enhancer],
  effects: {
    addRemoteLatest: [function*() {}, { type: 'takeLatest' }],
  },
});

sorrycc avatar Oct 08 '16 09:10 sorrycc