pull/78/head
张泽杰 2021-09-22 22:49:13 +08:00
parent 358b33f9e6
commit d1e42713f8
1 changed files with 0 additions and 12 deletions

View File

@ -412,17 +412,6 @@ CSS 选择器是 CSS 规则的第一部分。它是元素和其他部分组合
- [ ] [hoc 库 recompose](https://github.com/acdlite/recompose)
- [ ] [精读 React 高阶组件](https://zhuanlan.zhihu.com/p/27434557)
### React 虚拟DOM
virtul DOM 也就是虚拟节点。通过JS的Object对象模拟DOM中的真实节点对象再通过特定的render方法将其渲染成真实的DOM节点。
- [ ] 文档
- [ ] [React 官方文档](https://reactjs.org/docs/faq-internals.html)
- [ ] 推荐文章
- [ ] [ Virtual Dom 和 Diff 算法在 React 中是如何工作的?](https://medium.com/@gethylgeorge/how-virtual-dom-and-diffing-works-in-react-6fc805f9f84e),需自备梯子
- [ ] [ React 核心知识点 -- Virtual Dom 与 Diff ](https://github.com/pfan123/Articles/issues/62)
- [ ] [ 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),学习如何调试源码
@ -575,7 +564,6 @@ Electron 是一个可以使用 Web 技术如 JavaScript、HTML 和 CSS 来创建
## 面试
- [React 面试相关问题](https://dev.to/sakhnyuk/300-react-interview-questions-2ko4#what-is-virtual-dom),需自备梯子
## 日常充电