@@ -7,11 +7,26 @@ the Elm ("Model Update View") Architecture in "_plain_" JavaScript.
7
7
for all the _ reasons_ described in:
8
8
[ github.com/dwyl/** learn-elm#why** ] ( https://github.com/dwyl/learn-elm#why ) <br />
9
9
_ However_ we _ acknowledge_ that Elm is _ not_ for _ everyone_ ! <br />
10
- This step-by-step tutorial is a _ gentle_ introduction to
10
+
11
+ > What the [ _ majority_ ] ( https://youtu.be/VNGFep6rncY )
12
+ of Front-End Devs _ are_ learning/using is
13
+ [ React.js] ( https://github.com/dwyl/learn-react ) .
14
+ _ Most_ new _ React.js_ apps are being built using
15
+ [ Redux] ( https://github.com/dwyl/learn-redux ) which "_ takes cues from_ "
16
+ (_ i.e. takes ** all** it's ** best ideas/features** from_ ) Elm:
17
+ ![ redux-borrows-elm] ( https://cloud.githubusercontent.com/assets/194400/25845941/c7a9ce78-34a7-11e7-91fb-a65f99ce0046.png )
18
+ So... by learning the Elm Architecture,
19
+ you will ** _ intrinsically_ understand Redux** <br />
20
+ which will help you learn/develop
21
+ [ React] ( https://github.com/dwyl/learn-react/issues/18 )
22
+ apps so you can be one of the
23
+ [ _ cool kids_ ] ( https://github.com/nelsonic/nelsonic.github.io/issues/75 ) ! <br />
24
+
25
+ > This step-by-step tutorial is a _ gentle_ introduction to
11
26
the Elm Architecture, <br />
12
27
for people who write JavaScript and want
13
28
a _ ** functional** , ** elegant** and ** fast** _ <br />
14
- way of organizing their JavaScript without
29
+ way of organizing their JavaScript _ without _
15
30
having the learning curve <br />
16
31
of a completely new (_ functional_ ) programming language!
17
32
0 commit comments