fc-react-hocs 是 React 开发中一系列常用高阶组件的集合。
- 源代码查看: code/src/hoc
- 示例代码查看: code/stories/hoc
# 在 JavaScript 项目中使用
$ create-react-app myapp
# 在 TypeScript 项目中使用
$ create-react-app myapp --scripts-version=react-scripts-ts-antd
- hocs #Project#: A collection of Higher-Order Components for React and React Native.