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