web-interview icon indicating copy to clipboard operation
web-interview copied to clipboard

[React] 3.什么时候在功能组件( Functional Component )上使用类组件( Class Component )?

Open qiilee opened this issue 6 years ago • 2 comments

答案:如果您的组件具有状态( state ) 或 生命周期方法,请使用 Class 组件。否则,使用功能组件

qiilee avatar Oct 14 '19 05:10 qiilee

如果您的组件只是通过父级传入的数据进行展示的话,就是用功能组件

ahz549467483 avatar Mar 17 '20 14:03 ahz549467483

标题标注写反啦

sulimi avatar Jul 08 '20 08:07 sulimi