前端:react-redux 中 Count 组件与 Person 组件数据共享案例

时间:2022-07-11 16:53:17
【文件属性】:

文件名称:前端:react-redux 中 Count 组件与 Person 组件数据共享案例

文件大小:12KB

文件格式:ZIP

更新时间:2022-07-11 16:53:17

react redux

前端:react-redux 中 Count 组件与 Person 组件数据共享案例.         (1)定义一个 Pserson 组件,和 Count 组件通过 redux 共享数据。         (2)为 Person 组件编写:reducer、action,配置 constant 常量。         (3)重点:Person 的 reducer 和 Count 的 Reducer 要使用 combineReducers 进行合并,合并后的总状态是一个对象!!!         (4)交给 store 的是总 reducer,最后注意在组件中取出状态的时候,记得“取到位”。


【文件预览】:
04_react-redux组件数据共享案例
----src()
--------index.js(420B)
--------redux()
--------component()
--------container()
--------App.js(345B)
----public()
--------index.html(298B)
--------count_action.js(237B)
--------favicon.ico(4KB)

网友评论