docs: react 学习路径

pull/92/head
xuwu 2021-10-06 14:05:50 +08:00
parent a5af325716
commit 7a2b934751
1 changed files with 1 additions and 1 deletions

View File

@ -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)
大家可以跟着以上学习路径学习,其中除了概念相关的内容是必须学习之外,生态相关的内容大家可以在使用时再学习。