Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tayiorbeii/egghead.io_redux_course_notes
- Owner: tayiorbeii
- Created: 2015-12-19T00:36:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T13:24:37.000Z (about 1 year ago)
- Last Synced: 2024-10-01T15:02:25.228Z (about 1 month ago)
- Size: 494 KB
- Stars: 2,583
- Watchers: 54
- Forks: 472
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```