-
1- 在运行中:
1)componentWiilReceiveProps() 和 shouldComponentUpdate()中不能使用setState()
2)在componentWillUpdate()中可以使用setState()来修改state
3)在componentDidUpdate()中可以获取dom元素
查看全部 -
注意前面两个生命周期函数前后的对应关系查看全部
-
记住这个页面和网址~查看全部
-
推荐使用es6的方式 声明组件
查看全部 -
启新建项目
查看全部
举报
0/150
提交
取消