Skip to content

Commit 461e19d

Browse files
authored
Merge pull request #47 from dwyl/learn-elm-architecture
Learn elm architecture
2 parents 2bde329 + eef37bf commit 461e19d

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ To change the state tree we use "*actions*" called "*reducers*",
8383
these are simple functions which perform a *single* action.
8484

8585

86-
8786
<br />
8887

8988
#### tl;dr
@@ -100,7 +99,29 @@ to understand what this means, watch: [youtu.be/xsSnOQynTHs?t=15m51s](https://yo
10099

101100
## How?
102101

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
104125
[Introductory Video Tutorials](https://egghead.io/series/getting-started-with-redux)
105126
recoded by Dan Abramov (*the Creator of Redux*)
106127

@@ -119,7 +140,7 @@ https://github.com/dwyl/learn-redux/issues
119140

120141
## Background Reading / Watching / Listening
121142

122-
+ GitHub Project: https://github.com/rackt/redux
143+
+ GitHub Project: https://github.com/reactjs/redux/
123144
+ Online Documentation: http://redux.js.org/
124145
+ ***Interview*** with [@gaearon](https://github.com/gaearon) (*Dan Abramov - creator of Redux*)
125146
on The **Changelog** Podcast: https://changelog.com/187 -

0 commit comments

Comments
 (0)