Redux学习

2016-09-01  本文已影响87人  void_main

redux组件的构成

Actions are payloads of information that send data from your application to your store. They are the only source of information for the store. You send them to the store using store.dispatch().

connect([mapStateToProps], [mapDispatchToProps], [mergeProps], [options])

Immutable 详解及 React 中实践

react-redux

redux与react-redux关系图
http://zhenhua-lee.github.io/react/redux.html

浅显易懂的Redux深究
http://www.open-open.com/lib/view/open1454736519386.html

《看漫画,学 Redux》 —— A cartoon intro to Redux
https://github.com/jasonslyvia/a-cartoon-intro-to-redux-cn

redux,一种页面状态管理的优雅方案
http://www.tuicool.com/articles/eEFrueE

深入浅出 - Redux
http://www.tuicool.com/articles/bMzeEzF

Classnames组件的使用

A simple javascript utility for conditionally joining classNames together

双向数据绑定

angular开发者吐槽react+redux的复杂:“一个demo证明你的开发效率低下”

React+Redux系列教程
https://github.com/lewis617/react-redux-tutorial

理解 Redux
https://segmentfault.com/a/1190000004290837

Actions异步

其他

redux的cheat sheet Paste_Image.png Paste_Image.png
上一篇下一篇

猜你喜欢

热点阅读