@@ -83,7 +83,6 @@ To change the state tree we use "*actions*" called "*reducers*",
83
83
these are simple functions which perform a * single* action.
84
84
85
85
86
-
87
86
<br />
88
87
89
88
#### tl;dr
@@ -100,7 +99,29 @@ to understand what this means, watch: [youtu.be/xsSnOQynTHs?t=15m51s](https://yo
100
99
101
100
## How?
102
101
103
- The * fastest* way to get started learning Redux is to watch the
102
+ ### Learn Where Redux Got It's _ Best_ Ideas From!
103
+
104
+ [ Redux] ( https://github.com/dwyl/learn-redux ) "_ takes cues from_ "
105
+ (_ i.e. takes ** all** it's ** best ideas/features** from_ ) Elm.
106
+ ![ redux-borrows-elm] ( https://cloud.githubusercontent.com/assets/194400/25845941/c7a9ce78-34a7-11e7-91fb-a65f99ce0046.png ) <br />
107
+ So... by learning ** The Elm _ Architecture_ ** ,
108
+ you will ** _ intrinsically_ understand Redux** <br />
109
+ which will help you learn/develop React apps. <br />
110
+
111
+ We wrote a *** complete beginner's step-by-step introduction***
112
+ to ** The Elm _ Architecture_ ** for ** JavaScript** developers: <br />
113
+ [ github.com/dwyl/** learn-elm-architecture** -in-** javascript** ] ( https://github.com/dwyl/learn-elm-architecture-in-javascript )
114
+
115
+ If _ after_ you've learned Redux and built a couple of React Apps,
116
+ you decide you want to discover where all the _ best_ ideas
117
+ in the React _ ecosystem_ came from,
118
+ checkout: [ github.com/dwyl/** learn-elm** ] ( https://github.com/dwyl/learn-elm )
119
+
120
+
121
+
122
+ ### Learn from the _ Creator_ of Redux!
123
+
124
+ The * fastest* way to get started learning Redux is to watch the
104
125
[ Introductory Video Tutorials] ( https://egghead.io/series/getting-started-with-redux )
105
126
recoded by Dan Abramov (* the Creator of Redux* )
106
127
@@ -119,7 +140,7 @@ https://github.com/dwyl/learn-redux/issues
119
140
120
141
## Background Reading / Watching / Listening
121
142
122
- + GitHub Project: https://github.com/rackt /redux
143
+ + GitHub Project: https://github.com/reactjs /redux/
123
144
+ Online Documentation: http://redux.js.org/
124
145
+ *** Interview*** with [ @gaearon ] ( https://github.com/gaearon ) (* Dan Abramov - creator of Redux* )
125
146
on The ** Changelog** Podcast: https://changelog.com/187 -
0 commit comments