为了账号安全,请及时绑定邮箱和手机立即绑定

react中const {dispatch} = this.props;

react中const {dispatch} = this.props;

一只名叫tom的猫 2018-11-06 13:14:36
这个dispatch属性是怎么获得的?
查看完整描述

1 回答

?
慕妹3242003

TA贡献1824条经验 获得超6个赞

这个和 react 无关

const {dispatch} = this.props;

这段代码你可以认为是这样:

const dispatch = this.props.dispatch;

那样写是 ES6 的简写形式。


查看完整回答
反对 回复 2018-12-08
  • 1 回答
  • 0 关注
  • 2731 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信