为什么我的shouldcomponentUpdate函数执行了2次

来源:4-8 React 的生命周期函数

teresa3966073

2020-08-03

shouldComponentUpdate(){
console.log(“shouldcomponentUpdate”)
return true
}
但是打印的时候执行了2次
不光这个别的生命周期函数除了(componentWillMount,componentDidMount )好像都执行了2次 请问老师这是什么情况图片描述

写回答

1回答

Dell

2020-08-04

新版本react在严格模式下,就会执行两次,没事儿的

0
2
Dell
回复
teresa3966073
客气了
2020-08-06
共2条回复

React零基础入门到实战,完成企业级项目简书网站开发

主流新技术 React-redux,React-router4,贯穿基础语法

5275 学习 · 2496 问题

查看课程