其他分享
首页 > 其他分享> > react文档阅读收获

react文档阅读收获

作者:互联网

1.setState想要立即更新时:

使用函数作为参数,该函数第一个参数是state,第二个参数是props

2.事件处理:

可以直接定义,并在constructor中bind

 

 也可以用class field写法:

 

 

 

react向事件处理程序传递参数:

 

标签:事件处理,函数,react,field,参数,收获,文档,setState
来源: https://www.cnblogs.com/funkyou/p/15935635.html