Commit from GitHub Actions (markdown-autodocs)

pull/77/head
KieSun 2021-09-22 13:03:09 +00:00
parent d474c98500
commit 9740230536
1 changed files with 3 additions and 2 deletions

View File

@ -400,13 +400,14 @@ CSS 选择器是 CSS 规则的第一部分。它是元素和其他部分组合
- [ ] [[译]受控组件 & 非受控组件](https://www.baobangdong.cn/controlled-components-and-uncontrolled-components/)
### 高阶组件HOC
高阶组件HOC是 React 中用于复用组件逻辑的一种高级技巧。HOC 自身不是 React API 的一部分,它是一种基于 React 的组合特性而形成的设计模式。
具体而言,高阶组件是参数为组件,返回值为新组件的函数。
* [ ] 文档
- [ ] 文档
- [ ] [React 官方文档](https://reactjs.org/docs/higher-order-components.html)
* [ ] 推荐文章
- [ ] 推荐文章
- [ ] [React 高阶组件(HOC)入门指南](https://github.com/MrErHu/blog/issues/4)
- [ ] [hoc 库 recompose](https://github.com/acdlite/recompose)
- [ ] [精读 React 高阶组件](https://zhuanlan.zhihu.com/p/27434557)