wechat-weapp-redux
                                
                                 wechat-weapp-redux copied to clipboard
                                
                                    wechat-weapp-redux copied to clipboard
                            
                            
                            
                        有异步的解决方法吗?比如请求数据什么的
异步的话,把redux-thunk加进来就可以了 详细的内容可以参考这个文档:http://redux.js.org/docs/advanced/AsyncActions.html
我集成了异步promiseMiddleware方案: https://github.com/weianzi/WxMinProRedux 欢迎参观