mirror of
https://github.com/KieSun/all-of-frontend.git
synced 2024-11-21 22:38:13 +08:00
docs: jS 优秀学习资料
This commit is contained in:
parent
ddf1bd375c
commit
95036c166d
19
README.md
19
README.md
@ -809,23 +809,24 @@ Electron 是一个可以使用 Web 技术如 JavaScript、HTML 和 CSS 来创建
|
||||
|
||||
### CSS 日常充电
|
||||
|
||||
- [ ] [You-need-to-know-css](https://github.com/l-hammer/You-need-to-know-css)
|
||||
- [ ] [CSS Inspiration](https://csscoco.com/inspiration/#/)
|
||||
- [ ] [CSS Tricks](https://qishaoxuan.github.io/css_tricks/)
|
||||
- [ ] [spinkit](https://tobiasahlin.com/spinkit/) 需自备梯子
|
||||
- [ ] [animista](https://animista.net/)
|
||||
- [You-need-to-know-css](https://github.com/l-hammer/You-need-to-know-css)
|
||||
- [CSS Inspiration](https://csscoco.com/inspiration/#/)
|
||||
- [CSS Tricks](https://qishaoxuan.github.io/css_tricks/)
|
||||
- [spinkit](https://tobiasahlin.com/spinkit/) 需自备梯子
|
||||
- [animista](https://animista.net/)
|
||||
|
||||
## Github 优秀学习资料
|
||||
|
||||
### JS 优秀学习资料
|
||||
|
||||
- [ ] [33-js-concepts](https://github.com/leonardomso/33-js-concepts)
|
||||
- [ ] [JavaScript 安全指南](https://github.com/Tencent/secguide/blob/main/JavaScript%E5%AE%89%E5%85%A8%E6%8C%87%E5%8D%97.md#1.1)
|
||||
- [ ] [What the f\*ck JavaScript?](https://github.com/denysdovhan/wtfjs),有趣的 JavaScript 示例列表,附有解释
|
||||
- [33-js-concepts](https://github.com/leonardomso/33-js-concepts)
|
||||
- [JavaScript 安全指南](https://github.com/Tencent/secguide/blob/main/JavaScript%E5%AE%89%E5%85%A8%E6%8C%87%E5%8D%97.md#1.1)
|
||||
- [What the f\*ck JavaScript?](https://github.com/denysdovhan/wtfjs),有趣的 JavaScript 示例列表,附有解释
|
||||
- [clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript),适应于 JavaScript 的优雅代码建议
|
||||
|
||||
### React 优秀学习资料
|
||||
|
||||
- [ ] [react-philosophies](https://github.com/mithi/react-philosophies),React 哲学,内容为写 React 代码时思考的事情
|
||||
- [react-philosophies](https://github.com/mithi/react-philosophies),React 哲学,内容为写 React 代码时思考的事情
|
||||
|
||||
### 代码样式及安全
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user