shouldComponentUpdate生命周期函数还是不理解
来源:3-1 使用React编写TodoList功能
刚仔
2018-07-09
父组件 todoList,shouldComponentUpdate返回值是false,输入框无法输入,我理解shouldComponentUpdate后面的周期函数没有执行,但子组件todoItem 的shouldComponentUpdate返回值无论是true,还是false,点击提交inputvale都可以增加到列表,我理解当返回false,应该不执行后面的生命周期函数了,子组件render函数不应该执行,我怎么蒙圈了
写回答
3回答
-
子组件第一次出现在页面上应该是挂载,而不是Update
012018-10-27 -
Dell
2018-07-11
todoitem的shouldComponentUpadate针对的是自组建,不会影响父组件的逻辑哇
00 -
Dell
2018-07-09
你举个代码例子贴上来
012018-07-11
相似问题