File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 47
47
- [ Docker] ( ./useful/docker.md )
48
48
- [ 程序员指南] ( ./programmer/programmer.md )
49
49
- [ MISC] ( ./misc/misc.md )
50
+ - [ 软件开发] ( ./develop/front.md )
51
+ - [ Front End] ( ./develop/front.md )
50
52
51
53
---
52
54
Original file line number Diff line number Diff line change
1
+ # Front End
2
+
3
+ - HTML & CSS [[ Bibilili] ( https://www.bilibili.com/video/BV1kM4y127Li )]
4
+ - float布局不用学,熟悉flex和grid即可
5
+ - 自测:能完成基本的静态页面
6
+ - JavaScript [[ Bilibili] ( https://www.bilibili.com/video/BV1Y84y1L7Nn )] [[ 现代JavaScript] ( https://zh.javascript.info/ )]
7
+ - Vue [[ Bilibili-尚硅谷] ( https://www.bilibili.com/video/BV1Zy4y1K7SH )] [[ Bilibili-小满] ( https://www.bilibili.com/video/BV1dS4y1y7vd )]
8
+ - 小满的比较难,需要有vue2基础,看自己情况
9
+ - 项目实战 [[ Bilibili] ( https://www.bilibili.com/video/BV1Ac411K7EQ )]
10
+ - 到这时候,已经能够承担前端工作了,如果bg比较好的话,可以找到实习
11
+
12
+ ## 进阶
13
+
14
+ > 实际上这些是必需品,如果面试的时候就会这些的话,可以有效提高竞争力。不过虽然大厂一般都需要这些,但也会允许实习生到岗再学习。
15
+
16
+ - TypeScript [[ Bilibili-小满] ( https://www.bilibili.com/video/BV1wR4y1377K )]
17
+ - 实际中用不到这么复杂的ts,一般去掘金上看几篇教程就够用了。不过小满的教程看明白的话,可以和面试官掰扯很久。
18
+ - React [[ 官网] ( https://zh-hans.react.dev/learn )] [[ Bilibili-小满] ( https://www.bilibili.com/video/BV1mcpPeMETt )]
19
+ - 抠字眼的话,` Vue ` 是前端框架,而` React ` 只是JS库。也就是说,` React ` 并没有很复杂的语法和API,只是对` JavaScrip ` 的熟练程度要求较高。不要在教程上面纠结太长时间,把生命周期看明白之后就去看项目。
20
+ - Node [[ Bilibili-小满] ( https://www.bilibili.com/video/BV1cV4y1B7P4 )]
21
+ - 前端就是全栈!有的大厂会用Node搭建` BFF ` (Backend For FrontEnd),还会搭配上` Nest ` 、` GraphQL ` 等技术。到这里就比较难了,有了解即可。
You can’t perform that action at this time.
0 commit comments