学 Redux (转)

0、官方文档:http://redux.js.org/

     中文版本 :  http://cn.redux.js.org/

     中文版本(好!):   http://www.css88.com/react/docs/why-react.html

1、看漫画学 Reduxhttp://www.oschina.net/p/a-cartoon-intro-to-redux-cn

2、Redux 核心概念 :http://www.jianshu.com/p/3334467e4b32

3、(推荐)解析 Redux 源码: http://qiutc.me/post/read-the-source-code-of-Rudex.html

                                      https://zhuanlan.zhihu.com/p/22809799

4、Redux 入门教程(一):http://www.ruanyifeng.com/blog/2016/09/redux_tutorial_part_one_basic_usages.html

  Redux 入门教程(二):中间件与异步操作

      http://www.ruanyifeng.com/blog/2016/09/redux_tutorial_part_two_async_operations.html

  Redux 入门教程(三):React-Redux 的用法

      http://www.ruanyifeng.com/blog/2016/09/redux_tutorial_part_three_react-redux.html

5、(推荐) ReactJS修炼之路(三):props vs state

     http://blog.csdn.net/code_for_free/article/details/50762171

原文地址:https://www.cnblogs.com/hopesun/p/5931707.html