wechat-weapp-redux icon indicating copy to clipboard operation
wechat-weapp-redux copied to clipboard

有异步的解决方法吗?比如请求数据什么的

Open kele59 opened this issue 8 years ago • 2 comments

kele59 avatar Nov 10 '16 04:11 kele59

异步的话,把redux-thunk加进来就可以了 详细的内容可以参考这个文档:http://redux.js.org/docs/advanced/AsyncActions.html

charleyw avatar Nov 10 '16 04:11 charleyw

我集成了异步promiseMiddleware方案: https://github.com/weianzi/WxMinProRedux 欢迎参观

weianzi avatar Jan 05 '17 02:01 weianzi