From 7a2b934751a0d1375d4d5897d986abe8552b30ef Mon Sep 17 00:00:00 2001 From: xuwu Date: Wed, 6 Oct 2021 14:05:50 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20react=20=E5=AD=A6=E4=B9=A0=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 514f74b..a89dd83 100644 --- a/README.md +++ b/README.md @@ -527,7 +527,7 @@ Virtual DOM 也就是虚拟节点。通过 JS 的 Object 对象模拟 DOM 中的 学习框架务必从[文档](https://reactjs.org/)出发,起码熟读一遍及自己写过一些初步的 Demo 之后再考虑学习别的资料。 -![8x1Cnl](https://yck-1254263422.file.myqcloud.com/uPic/8x1Cnl.png) +![LR1Dyo](https://yck-1254263422.file.myqcloud.com/uPic/LR1Dyo.png) 大家可以跟着以上学习路径学习,其中除了概念相关的内容是必须学习之外,生态相关的内容大家可以在使用时再学习。