首页
快速上手
HR365 前端架构设计
React 培训
开发
构建
测试
部署
学习资料
高阶组件就是一个函数,且该函数接受一个组件作为参数,并返回一个新的组件
const EnhancedComponent = higherOrderComponent(WrappedComponent);
← 样式 antd 组件库 →