使用方法
- TodoActionCreators.js
1 | export function addTodo(text) { |
- test.js
1 |
|
- SomeComponent.js
1 | import { Component } from 'react' |
源码解读
1 | function bindActionCreator(actionCreator, dispatch) { |
参考文献:
3、Redux 源码分析–bindActionCreators 篇
友情提示:请尊重作者劳动成果,如需转载本博客文章请注明出处!谢谢合作!
【作者:吴林 https://super-lin0.github.io/】