From 82b8c9f2ab094eb7b0268029ab72fc99ffcadaf6 Mon Sep 17 00:00:00 2001 From: Amen SOUISSI <48829921+amen-souissi@users.noreply.github.com> Date: Wed, 6 Jan 2021 20:43:40 +0100 Subject: [PATCH 01/13] remove componentWillMount/WillReceiveProps (#3475) --- content/docs/reconciliation.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/content/docs/reconciliation.md b/content/docs/reconciliation.md index ab8886b8d..86b19cdd2 100644 --- a/content/docs/reconciliation.md +++ b/content/docs/reconciliation.md @@ -27,7 +27,7 @@ When diffing two trees, React first compares the two root elements. The behavior Whenever the root elements have different types, React will tear down the old tree and build the new tree from scratch. Going from `` to ``, or from `
` to ``, or from `