Commit from GitHub Actions (markdown-autodocs)

This commit is contained in:
zejieZhang 2021-09-22 14:50:38 +00:00
parent 17d167eebe
commit c7c8b2c97c

View File

@ -415,6 +415,7 @@ CSS 选择器是 CSS 规则的第一部分。它是元素和其他部分组合
### React 虚拟 DOM
virtul DOM 也就是虚拟节点。通过 JS 的 Object 对象模拟 DOM 中的真实节点对象,再通过特定的 render 方法将其渲染成真实的 DOM 节点。
- [ ] 文档
- [ ] [React 官方文档](https://reactjs.org/docs/faq-internals.html)
- [ ] 推荐文章
@ -423,6 +424,7 @@ virtul DOM 也就是虚拟节点。通过JS的Object对象模拟DOM中的真实
- [ ] [ React 背后的算法(原文)](https://www.velotio.com/engineering-blog/react-fiber-algorithm)
- [ ] [ React 背后的算法(译文)](https://github.com/NieZhuZhu/Blog/issues/13)
- [ ] [ React fiber 架构及源码 ](https://medium.com/react-in-depth/inside-fiber-in-depth-overview-of-the-new-reconciliation-algorithm-in-react-e1c04700ef6e),需自备梯子
### 原理
- [react-source-code-debug](https://github.com/neroneroffy/react-source-code-debug),学习如何调试源码