Skip to content

Commit

Permalink
Add "Idiomatic Redux" link
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Jun 2, 2016
1 parent 2ff8109 commit 34babd1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion redux-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
- **Getting Started with Redux - Video Series**
https://egghead.io/series/getting-started-with-redux
https://github.com/tayiorbeii/egghead.io_redux_course_notes
The creator of Redux demonstrates various concepts in 30 short (2-5 minute) videos. The linked Github repo contains notes and transcriptions of the videos.
Dan Abramov, the creator of Redux demonstrates various concepts in 30 short (2-5 minute) videos. The linked Github repo contains notes and transcriptions of the videos.

- **Building React Applications with Idiomatic Redux - Video Series**
https://egghead.io/series/building-react-applications-with-idiomatic-redux
Dan Abramov's second video tutorial series, continuing directly after the first. Includes lessons on store initial state, using Redux with React Router, using "selector" functions, normalizing state, use of Redux middleware, async action creators, and more.

- **Single State Tree + Flux**
http://merrickchristensen.com/articles/single-state-tree.html
Expand Down

0 comments on commit 34babd1

Please sign in to comment.