An open API service indexing awesome lists of open source software.

https://github.com/flcwl/egghead.io_redux_course_notes_cn

Notes(and partial transcription) and exercises of Dan Abramov's Redux course videos on http://egghead.io
https://github.com/flcwl/egghead.io_redux_course_notes_cn

Last synced: about 2 months ago
JSON representation

Notes(and partial transcription) and exercises of Dan Abramov's Redux course videos on http://egghead.io

Awesome Lists containing this project

README

          

# Readme

这个仓库是关于[Dan Abramov](https://github.com/gaearon)'s _excellent_ [Redux视频教学系列](https://egghead.io/lessons/javascript-redux-the-single-immutable-state-tree)的学习笔记。

### 步骤

* 打开 每一个`Redux Exercise`使用`mocha`运行测试用例(Please ES6 and Nodejs >= v8.11.1)
```
mocha ./test/test.js
```

### 参考

* [Getting Started with Redux](https://egghead.io/courses/getting-started-with-redux)
* [egghead.io_redux_course_notes](https://github.com/tayiorbeii/egghead.io_redux_course_notes)
* [学习Redux刷新了我的前端App状态管理观](https://www.jianshu.com/p/94d8f8a36ab0)
* [mocha](https://mochajs.org/))