美文网首页
reactES6写法

reactES6写法

作者: 鹏举888888 | 来源:发表于2017-10-10 19:38 被阅读0次

注意:

super()是为了使用this,必须在使用this之前声明super();

super(props)这个参数是必须要传的;

constructor里面声明的属性权重比用domo.defaultProps要高,会覆盖默认属性。

相关文章

网友评论

      本文标题:reactES6写法

      本文链接:https://www.haomeiwen.com/subject/teebyxtx.html