Skip to content

Commit 9cd2b33

Browse files
committed
Update README.md
1 parent 135041e commit 9cd2b33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ You should learn, in this order, **without skipping ahead or learning concurrent
2626
* ES6
2727
* Routing
2828
* Flux
29+
* Immutable.js
2930
* Relay, Falcor, etc
3031

3132
Also: **you don't need to learn all of these to be productive with React.** Only move to the next step if you have a problem that needs to be solved.
@@ -76,6 +77,10 @@ React components are arranged in a hierarchy. Most of the time, your data model
7677

7778
If you have decided to use Flux, the most popular and well-documented Flux library is [Redux](http://redux.js.org/). There are *a lot* of alternatives out there, and you’ll be tempted to evaluate lots of them, but my advice is to just stick with the most popular one.
7879

80+
## Learning Immutable.js
81+
82+
Immutable.js provides a set of data structures that can help to solve certain performance issues when building React apps. It's a great library, and you'll probably use it a lot in your apps moving forward, but it's completely unnecessary until you have an appreciation of the performance implications.
83+
7984
## Learning Relay, Falcor etc
8085

8186
These are technologies that help you reduce the number of AJAX requests. They’re still very cutting-edge, so if you don’t have a problem with too many AJAX requests, you don’t need Relay or Falcor.

0 commit comments

Comments
 (0)