Skip to content
Notes (and partial transcription) of Dan Abramov's Redux course videos on http://egghead.io
Latest commit 3ff0c07 Jun 28, 2016 @tayiorbeii committed on GitHub Merge pull request #36 from bruceharris/patch-1
Fix indentation in render method
Failed to load latest commit information.
images add artwork 💣 Jun 14, 2016
.gitignore initial gitbook implementation Apr 28, 2016
.jshintrc add jshint and include js file Jan 19, 2016
01-Intro_and_3_Principles_of_Redux.md Add missing information Jan 16, 2016
02-Reducer_and_Store.md trivial typo fix Jan 25, 2016
03-Implementing_Store_from_Scratch.md clarity on subscribe listeners array and action dispatch in the store Jan 19, 2016
04-React_Counter_Example.md add minor additional details for clarity to counter example Jan 19, 2016
05-Avoiding_Array_Mutations.md initial commit Dec 18, 2015
06-Avoiding_Object_Mutations.md initial todo state should be false and corrected typo Dec 29, 2015
07-Writing_a_Todo_List_Reducer.md explicitly use else as code is clearer, especially for initially grok… Jan 19, 2016
08-Reducer_Composition_with_Arrays.md Merge pull request #6 from deemidroll/patch-2 Dec 28, 2015
09-Reducer_Composition_with_Objects.md Update 09-Reducer_Composition_with_Objects.md Jan 13, 2016
10-Reducer_Composition_with_combineReducers.md initial gitbook implementation Apr 29, 2016
11-Implementing_combineReducers_from_Scratch.md initial gitbook implementation Apr 29, 2016
12-React_Todo_List_Example_Adding_a_Todo.md simple typo fix Jun 13, 2016
13-React_Todo_List_Example_Toggling_a_Todo.md initial gitbook implementation Apr 29, 2016
14-React_Todo_List_Example_Filtering_Todos.md initial gitbook implementation Apr 29, 2016
15-Extracting_Presentational_Components_Todo__TodoList.md Fix indentation in render method Jun 24, 2016
16-Extracting_Presentational_Components_AddTodo__Footer__FilterLink.md initial gitbook implementation Apr 29, 2016
17-Extracting_Container_Components_FilterLink.md initial gitbook implementation Apr 29, 2016
18-Extracting_Container_Components_VisibileTodoList__AddTodo.md initial gitbook implementation Apr 29, 2016
19-Passing_the_Store_Down_Explicitly_via_Props.md notes on explicitly passing store to props Jan 19, 2016
20-Passing_the_Store_Down_Implicitly_via_Context.md Fix typo Jun 10, 2016
21-Passing_the_Store_Down_with_Provider_from_React_Redux.md initial commit Dec 19, 2015
22-Generating_Containers_with_connect_from_React_Redux_VisibleTodoList.md initial gitbook implementation Apr 29, 2016
23-Generating_Containers_with_connect_from_React_Redux_AddTodo.md initial gitbook implementation Apr 29, 2016
24-Generating_Containers_with_connect_from_Readct_Redux_FooterLink.md initial gitbook implementation Apr 29, 2016
25-Extracting_Action_Creators.md final action creator notes Jan 19, 2016
README.md Merge pull request #35 from eggheadio/master Jun 15, 2016
SUMMARY.md initial gitbook implementation Apr 29, 2016
book.json initial gitbook implementation Apr 29, 2016
package.json initial gitbook implementation Apr 29, 2016

README.md

Egghead.io Redux Course Notes

This repo contains notes from Dan Abramov's excellent Redux video series.

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.

Feel free to submit a PR!

Gitbook

npm i -g gitbook-cli
npm install
gitbook install
gitbook serve
Something went wrong with that request. Please try again.