From 8d069ade38fcccd9875d7c8d8bab4596adc07e10 Mon Sep 17 00:00:00 2001 From: lienjie Date: Sat, 9 Oct 2021 14:47:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0react=20=E7=94=9F?= =?UTF-8?q?=E5=91=BD=E5=91=A8=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e341387..c369712 100644 --- a/README.md +++ b/README.md @@ -572,6 +572,7 @@ Virtual DOM 也就是虚拟节点。通过 JS 的 Object 对象模拟 DOM 中的 ### React 推荐学习资料 - [React 学习之道](https://leanpub.com/the-road-to-learn-react-chinese/),可以 0 元购买 +- [React 生命周期](https://projects.wojtekmaj.pl/react-lifecycle-methods-diagram/) ### 如何编写一个组件