karma 前端测试驱动器,生产测试报告,多个浏览器
mocha js的测试框架,相当于junit
chai,单元测试的断言库,提供expect shudl assert
enzyme sinon.js
React Test相关资料
React Playground
- https://jsfiddle.net/gf1xk9rp/ (应该要翻墙,进去可以随便玩)
React
- https://facebook.github.io/react/ (Facebook React官方网站)
- http://www.ruanyifeng.com/blog/2015/03/react.html (阮一峰手把手教学入门)
- https://hulufei.gitbooks.io/react-tutorial/content/ (React 中文入门教程Gitbook)
- https://fakefish.github.io/react-webpack-cookbook/ (React和Webpack工程构建的配合)
- http://www.jianshu.com/p/c61c14f1566d (简书推荐的10个React入门教程)
Redux
- http://redux.js.org/ (Redux官方Gitbook)
- http://camsong.github.io/redux-in-chinese/ (Redux中文文档Gitbook)
- https://code-cartoons.com/a-cartoon-intro-to-redux-3afb775501a6#.ytxwaj1x5 (Redux卡通读物)
- http://div.io/topic/1309 (DIV.IO 的深入浅出)
- http://www.jianshu.com/p/3334467e4b32 (简书 Redux核心概念)
- https://css-tricks.com/learning-react-redux/ (CSSTrick learning-react-redux)
- https://zhuanlan.zhihu.com/p/20597452 (Redux middleware 详解)
Test
- http://www.ruanyifeng.com/blog/2016/02/react-testing-tutorial.html (阮一峰手把手教学入门)
- http://zhaozhiming.github.io/blog/2015/12/19/use-mocha-and-chai-and-sinon-to-test-react-and-redux-webapp/(使用Mocha + Chai + Sinon 测试React + Redux的web应用)
- https://mochajs.org/ (mocha官网)
- http://airbnb.io/enzyme/(enzyme gitbook)
- http://chaijs.com/ (chai官网)
- http://sinonjs.org/ (sinonjs官网)
周边
- http://es6.ruanyifeng.com/ (阮一峰ECMAScript 6入门)
- http://www.ruanyifeng.com/blog/2015/02/future-of-dom.html (也许,DOM 不是答案)
- https://medium.com/javascript-inside/learn-the-concepts-part-1-418952d968cb#.7o39oex6x(Learning React Without Using React)
- http://gold.xitu.io/entry/569c60ac40acffe515b57b91 (CSS Modules详解)