From fa8775a37d76ebfb1c96dce1da5fcee25fa2b755 Mon Sep 17 00:00:00 2001 From: YuJian Date: Sun, 24 Apr 2022 10:20:08 +0800 Subject: [PATCH] vault backup: 2022-04-24 10:20:08 --- .../React 的深入探索 - commitMutationEffects.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/React 的源码深入/React 的流程解析 - commit 阶段/React 的深入探索 - commitMutationEffects.md b/React 的源码深入/React 的流程解析 - commit 阶段/React 的深入探索 - commitMutationEffects.md index 15490cf..9b8eea2 100644 --- a/React 的源码深入/React 的流程解析 - commit 阶段/React 的深入探索 - commitMutationEffects.md +++ b/React 的源码深入/React 的流程解析 - commit 阶段/React 的深入探索 - commitMutationEffects.md @@ -42,4 +42,6 @@ commitPlacement ### appendChildToContainer 内部实际上还是使用了 appendChild 方法 -## PlacementAndUpdate \ No newline at end of file +## PlacementAndUpdate + +先调用 commitPlacement 方法,接着调用 commitWork \ No newline at end of file