1
0
Fork 0
Browse Source

vault backup: 2022-04-18 16:46:12

master
YuJian 3 years ago
parent
commit
1a95039bb9
  1. 2
      自顶向下学 React 源码/奇怪的疑惑.md

2
自顶向下学 React 源码/奇怪的疑惑.md

@ -10,4 +10,4 @@
- [ ] 为什么 React 要尽可能的复用 Fiber, 是因为创建新的 Fiber 非常消耗性能吗? - [ ] 为什么 React 要尽可能的复用 Fiber, 是因为创建新的 Fiber 非常消耗性能吗?
- [ ] 是不是在 React 运行时中,自始至终都存在两个 Fiber Tree,只是他们的名字会来回交换,一会我是 current 一会他是 current ? - [ ] 是不是在 React 运行时中,自始至终都存在两个 Fiber Tree,只是他们的名字会来回交换,一会我是 current 一会他是 current ?
- [ ] reconcileChildren 的具体功能? - [ ] reconcileChildren 的具体功能?
- [ ] reconciler 阶段会深度优先遍历找出所有需要更新或者发生更改的 Fiber 节点,然后遍历出完整的Fiber,然后作为参数传递给 commitRoot 函数进入 commit 阶段,那么在 c - [ ] reconciler 阶段会深度优先遍历找出所有需要更新或者发生更改的 Fiber 节点,然后遍历出完整的Fiber,然后作为参数传递给 commitRoot 函数进入 commit 阶段,那么在 commit 阶段也要对 Fiber 树进行深度优先遍历吗?
Loading…
Cancel
Save