猿问
React在组件中直接使用dispatch好呢 还是用action函数来处理优雅
React在组件中直接使用dispatch好呢 还是用action函数来处理优雅
汪汪一只猫
浏览 7621
回答 1
1回答
饮歌长啸
componentWillUnmount() {this.timer && clearTimeout(this.timer);this.props.dispatch({type : 'USER_ALL_CLEAR'});}componentWillUnmount() {this.timer && clearTimeout(this.timer);this.props.userAction.clearAll();
0
0
0
随时随地看视频
慕课网APP
相关分类
redux
如何在react-native 中优雅的使用 redux
1 回答
react native 有必要使用redux吗
1 回答
我要回答