Should React functional component allways display console.log is this meaning it's rerendering?

后端 未结 0 1953
南笙
南笙 2020-12-03 21:58
function App(props) {
   console.log(\'test rendering?\');
   return 
app content more components inside
}

Message from consol

相关标签:
回答
  • 消灭零回复
提交回复
热议问题