摘要: 回顾:Redux: 类似于 Vuex 概念:store/reducer/action action:动作 {type,.....} 一定要有type 其他属性不做限制 reducer:通过计算产生state 公式:(state,action)= newState store: 容器 getState 阅读全文
posted @ 2018-08-14 21:27 飞刀还问情 阅读(1773) 评论(0) 推荐(0)