Redux 进阶教程 原文(保持更新):[https://github.com/kenberkeley/redux-simple-tutorial/blob/master/redux-advanced-tutorial.md][advanced-tutorial] 写在前面相信您已经看过 [Redux 简明教程][simple-tutorial],本教程是简明教程的实战化版本,伴随源码分析Redux 用的是 ES6 编写,看到有疑惑的地方的,可以复制粘贴到[这里][babel-repl]在线编译 ES5 § Redux API 总览§ compose(…functions)§ createStore(reducer, initialState, enhan§ combineReducers(reducers)§ bindActionCreators(actionCreators, dispa§ applyMiddleware(…middlewares)§ 总结