从源码全面剖析 React 组件更新机制
Open
- Dominant language
- No language data
- Stars
- 26
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
## 从源码全面剖析 React 组件更新机制
React 把组件看作状态机(有限状态机), 使用state来控制本地状态, 使用props来传递状态. 前面我们探讨了 React 如何映射状态到 UI 上(初始渲染), 那么接下来我们谈谈 React 时如何同步状态到 UI 上的, 也就是: React 是如何更新组件的? React…
April 23, 2018 at 09:11AM
via Instapaper http://zhuanlan.zhihu.com/p/35801438
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.