charleyw / wechat-weapp-redux

微信小程序Redux绑定
482 stars 86 forks source link

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

Open zaxlct opened 7 years ago

charleyw commented 7 years ago

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

weianzi commented 7 years ago

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