Skip to content

Commit 80f4a04

Browse files
authored
Update README.md
1 parent 104ad8e commit 80f4a04

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@
8080
### 2.3. Linter
8181

8282
- [JS Linter 进化史](https://zhuanlan.zhihu.com/p/34656263)
83-
- [为何要在项目汇总使用ESLint \[\]](https://medium.com/the-node-js-collection/why-and-how-to-use-eslint-in-your-project-742d0bc61ed7)
83+
- [为何要在项目汇总使用 ESLint \[\]](https://medium.com/the-node-js-collection/why-and-how-to-use-eslint-in-your-project-742d0bc61ed7)
8484

8585
### 2.4. 静态类型(Typescript/Flow)
8686

87-
- [Typescript总体架构 \[\]](https://github.com/Microsoft/TypeScript/wiki/Architectural-Overview)
87+
- [Typescript 总体架构 \[\]](https://github.com/Microsoft/TypeScript/wiki/Architectural-Overview)
8888
- 为什么要在 JavaScript 中进行静态类型检查:
8989
- [第一部分](https://www.jianshu.com/p/bda750e2d15e)
9090
- [第二、三部分](https://www.jianshu.com/p/289b3c734a9f)
@@ -97,7 +97,8 @@
9797

9898
### 2.6. CSS预处理与模块化
9999

100-
- [CSS模块化方案系列](https://juejin.im/post/5b20e8e0e51d4506c60e47f5)
100+
- [CSS 进化史 \[\]](https://medium.com/@perezpriego7/css-evolution-from-css-sass-bem-css-modules-to-styled-components-d4c1da3a659b)
101+
- [CSS 模块化方案系列](https://juejin.im/post/5b20e8e0e51d4506c60e47f5)
101102

102103
## 3. 性能优化
103104

@@ -206,7 +207,7 @@
206207

207208
## 5. 自动化测试
208209

209-
> 自动化测试是软件工程的重要部分之一
210+
> 自动化测试是软件工程的重要部分之一,但却极容易被忽视。
210211
211212
- [2018 前端自动化测试综述 \[\]](https://medium.com/welldone-software/an-overview-of-javascript-testing-in-2018-f68950900bc3)
212213
- [测试你的前端代码(介绍篇)\[\]](https://hackernoon.com/testing-your-frontend-code-part-i-introduction-7e307eac4446)
@@ -229,9 +230,9 @@
229230
- [测试你的前端代码(集成测试篇)\[\]](https://hackernoon.com/testing-your-frontend-code-part-iv-integration-testing-f1f4609dc4d9)
230231
- [测试你的前端代码(可视化测试篇)\[\]](https://medium.com/@giltayar/testing-your-frontend-code-part-v-visual-testing-935864cfb5c7)
231232

232-
## 6. 框架库
233+
## 6. 框架与类库
233234

234-
> 如果说基础知识是道,那框架与工具可能就是术;理解与学习它,它不要过分沉迷而忘了本质
235+
> 如果说基础知识是道,那框架与工具可能就是术;学习与理解它们,但千万不要成为它们的奴隶。
235236
236237
### 6.1. React
237238

@@ -259,6 +260,14 @@
259260
- [解读 Redux 的设计思路与用法](https://div.io/topic/1309)
260261
- [(Redux)应用构建的三个原则 \[\]](https://jaysoo.ca/2016/02/28/organizing-redux-application/#rule-1-organize-by-feature)
261262

263+
### 6.4. RxJS
264+
265+
- [ReactiveX 官网](http://reactivex.io/):宝石图真的非常形象易读
266+
- [响应式编程,是明智的选择](https://www.cnblogs.com/android-blogs/p/5586395.html)
267+
- [图解RxJS \[\]](https://blog.angularindepth.com/learn-to-combine-rxjs-sequences-with-super-intuitive-interactive-diagrams-20fce8e6511)
268+
- [调试RxJS:Tooling \[\]](https://blog.angularindepth.com/debugging-rxjs-4f0340286dd3)
269+
- [调试RxJS:Logging \[\]](https://blog.angularindepth.com/debugging-rxjs-part-2-logging-56904459f144)
270+
262271

263272
## 7. 新技术/方向
264273

@@ -337,6 +346,7 @@
337346
- [二、技术概述](http://www.infoq.com/cn/articles/twitter-ab-test-practise-part02)
338347
- [三、检测和避免 A/B Test中 bucket不平衡问题](http://www.infoq.com/cn/articles/twitter-ab-test-practise-part03)
339348
- [四、A/B Test中使用多个控制的启示](http://www.infoq.com/cn/articles/twitter-ab-test-practise-part04)
349+
- [Netflix A/B Test 实验平台实践 \[\]](https://medium.com/netflix-techblog/its-all-a-bout-testing-the-netflix-experimentation-platform-4e1ca458c15)
340350
- 指导方法
341351
- [实验中容易遇到的七种问题 \[\]](https://www.exp-platform.com/Documents/2009-ExPpitfalls.pdf)
342352
- [实验的七个准则 \[\]](https://www.exp-platform.com/Documents/2014%20experimentersRulesOfThumb.pdf)

0 commit comments

Comments
 (0)