Skip to content

Latest commit

 

History

History
14 lines (3 loc) · 233 Bytes

react-function-class.md

File metadata and controls

14 lines (3 loc) · 233 Bytes

函数组件 和 类组件的区别

When would you use a Class Component over a Functional Component?

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