When would you use a Class Component over a Functional Component?
如果您的组件具有状态或生命周期方法,请使用Class组件。否则,使用功能组件。