世界上最伟大的投资就是投资自己的教育
https://github.com/reactjs/redux
https://github.com/reactjs/react-redux
https://redux.js.org/introduction
http://www.ruanyifeng.com/blog/2016/09/redux_tutorial_part_one_basic_usages.html
https://www.qiuzhi99.com/articles/react-zu-jian-jian-de-tong-xin-fang-fa
https://reactjs.org/docs/context.html
上图的图片是 google picture 找的
05:291FreeRedux 入门教程 #1 课程介绍
09:49FreeRedux 入门教程 #2 为什么需要 Redux
08:593FreeRedux 入门教程 #3 什么是 Redux
04:194ProRedux 入门教程 #4 创建页面
11:225ProRedux 入门教程 #5 单独使用 Redux
10:506ProRedux 入门教程 #6 使用 React-redux
05:337ProRedux 入门教程 #7 mapStateToProps 和 combineReducers
05:408ProRedux 入门教程 #8 dispatch 和 action
03:429ProRedux 入门教程 #9 mapDispatchToProps
03:4710ProRedux 入门教程 #10 bindActionCreators
09:1611ProRedux 入门教程 #11 装饰器函数 @connect
08:5412FreeRedux 入门教程 #12 中间件
02:0913ProRedux 入门教程 #13 redux-logger
08:0414ProRedux 入门教程 #14 异步和 redux-thunk
08:3815FreeRedux 入门教程 #15 redux-thunk 实践发送 ajax 请求 part 1
07:2216ProRedux 入门教程 #16 redux-thunk 实践发送 ajax 请求 part 2
09:5117ProRedux 入门教程 #17 异步与 promise
03:1118ProRedux 入门教程 #18 调试工具 Redux DevTools
07:3119ProRedux 入门教程 #19 configureStore
03:5220ProRedux 入门教程 #20 配置热模块加载 hmr(完结)
▬▬▬▬▬▬ 联系我 👋 ▬▬▬▬▬▬
微信:qiuzhi99pro
b 站:https://space.bilibili.com/31152817
知乎:https://www.zhihu.com/people/rails365
Github:https://github.com/hfpp2012
Youtube:https://www.youtube.com/channel/UCA-Jkgr40A9kl5vsIqg-BIg
© 汕尾市求知科技有限公司 | 创业者社区 | Rails365 Gitlab | Qiuzhi99 Gitlab | Railstart 创业项目 | 知乎 | b 站 | 搜索
粤公网安备 44152102000088号
| 粤ICP备19038915号
说的挺不错挺明白的,就是需要学学标准普通话以及英语
作者广东人,我感觉已经不很不错了。
不太理解,为什么 EventEmit 就是强侵入式.....
EventEmit 需要 listen 与 emit,但同样 redux 也需要 dispatch 与 subscribe 呀,同样是需要硬编码;再有,EventEmit 不好维护与不好找触发与监听的地方,其实,redux 不也一样需要做类似的事情吗?
继续看嘛,dispatch 与 subscribe 是它的原理,一般后面会换种更好的组织方式来用的,EventEmit 你写一写就知道比较难维护,代码久了,根本找不到哪跟哪。
这个数据流传递 稍微明白点了 之前那些东西 用的好乱 好懵逼 这节课点赞👍