码迷,mamicode.com
首页 > 其他好文 > 详细

17. react redux的中间件

时间:2019-12-03 14:24:53      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:需要   ica   width   span   方法   idt   thunk   hunk   color   

1. redux 数据流程图

技术图片

  View 会派发一个 Action

  Action 通过 Dispatch 方法派发给 Store

  Store 接收到 Action 连同之前的 State 发给  Reducer 生成新的 State

  Redux 的 中间件指的是 Action 和 Store 之间

    中间件 即指的是 对 Dispatch 方法的封装 或 升级

    通过使用 redux-thunk 如果 Action 传递给 Store 的方法是一个函数

      它会让函数先执行, 执行完了需要调用Store 再去调用 Store

 

17. react redux的中间件

标签:需要   ica   width   span   方法   idt   thunk   hunk   color   

原文地址:https://www.cnblogs.com/zonehoo/p/11976365.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!