我在学习react-redux时遇到了这段代码。
export const mapDispatchToProps = (dispatch, getState) => { return ActionCreators({completeDriver}, dispatch, getState); };
我想知道什么时候使用这个函数。
https://stackoverflow.com/questions/41296992
相似问题