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
- Host: GitHub
- URL: https://github.com/flcwl/egghead.io_redux_course_notes_cn
- Owner: Flcwl
- Created: 2018-08-25T15:07:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T14:54:35.000Z (almost 8 years ago)
- Last Synced: 2025-12-26T13:45:27.689Z (6 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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/))