Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tayiorbeii/egghead.io_redux_course_notes

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

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

![](./images/EGH_Redux_Notes_500.png)

# Egghead.io Redux Course Notes
This repo contains notes from [Dan Abramov](https://github.com/gaearon)'s _excellent_ [Redux video series](https://egghead.io/lessons/javascript-redux-the-single-immutable-state-tree).

These notes contain a lot of verbatim transcriptions, along with additional rewrites, links, etc. that have been added along the way. Feel free to submit additions to these notes, but please don't remove anything (unless we messed up or misunderstood something).

Some of these documents contain multiple sections, but the majority are "one doc per vid" (there are 30 videos covered in 25 pages). Each section contains a link to the video, and towards the end of the series, timestamped links to Dan's "what we just did" recaps at the end of each lesson have been added.

For a working final product of these lessons, visit [@sadams' `todo-redux-react-webpack` repo](https://github.com/sadams/todo-redux-react-webpack).

### Feel free to submit a PR!

### Gitbook

```
npm i -g gitbook-cli
npm install
gitbook install
gitbook serve
```