We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ecbeba commit 6713538Copy full SHA for 6713538
component/src/lifecycle/README.md
@@ -1,4 +1,3 @@
1
-//https://segmentfault.com/a/1190000004168886
2
# 生命周期
3
React 是一个由虚拟 DOM 渲染成真实 DOM 的过程,这个过程称为组件的生命周期。React 把这个周期划分为三个阶段,每个阶段都提供了 will 和 did 两种处理方式,will 是指发生前,did 是指发生后。
4
- Mounting:已插入真实 DOM
0 commit comments