其他分享
首页 > 其他分享> > react中的constructor

react中的constructor

作者:互联网

React中的constructor有两个作用:

但是都可以通过赋值语句加箭头函数和 给类的实例对象加个state赋值一个对象也就是加个属性解决。

但是如果希望在consteuctor中通过this访问props 就需要写构造器且接收props和传递props。

如果不需要的话构造器写不写和传不传props都没有影响

标签:绑定,加个,constructor,react,state,props,赋值
来源: https://www.cnblogs.com/newobjs/p/16205649.html