Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d5b762e

Browse files
committed
https://youtu.be/UxxajLWwzqY adds mention of React.js and Redux at start/top of tutorial fixes #10
1 parent 2ae6ffc commit d5b762e

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

‎README.md‎

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,26 @@ the Elm ("Model Update View") Architecture in "_plain_" JavaScript.
77
for all the _reasons_ described in:
88
[github.com/dwyl/**learn-elm#why**](https://github.com/dwyl/learn-elm#why) <br />
99
_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
1126
the Elm Architecture, <br />
1227
for people who write JavaScript and want
1328
a _**functional**, **elegant** and **fast**_ <br />
14-
way of organizing their JavaScript without
29+
way of organizing their JavaScript _without_
1530
having the learning curve <br />
1631
of a completely new (_functional_) programming language!
1732

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /