docs(7.网络应用开发): 修改目录

This commit is contained in:
m0n-k1y
2024-07-21 07:36:24 +08:00
parent d09ed33f90
commit 889c7c38ae
10 changed files with 18 additions and 25 deletions

View File

@@ -0,0 +1,19 @@
# 附录 2大前端开发
这里我们讲讲前端三剑客和前端框架
如下为 roadmap 上前端的路线
<https://roadmap.sh/frontend>
- 前端三剑客
- <https://www.w3school.com.cn/html/html5_intro.asp>
- <https://www.w3school.com.cn/css/index.asp>
- <https://www.w3school.com.cn/js/index.asp>
- 前端框架
- <https://cn.vuejs.org/>
> 在官方文档学习 Vue 的过程中,强烈建议你在左上角 `API风格偏好` 中,改为组合式
- <https://zh-hans.react.dev/>
> 在官方文档学习 React 的过程中,强烈建议不要在 Class 写法停留太久,要速速学习 Hook 写法