Update IMMUTABLEJS.md

This commit is contained in:
Belén Curcio
2016-12-23 10:50:16 -03:00
committed by GitHub
parent 92a8fc5a93
commit 3dfa4969e5
+3 -2
View File
@@ -1,8 +1,9 @@
# # InmutableJS
# InmutableJS
InmutableJS is a library from Facebook that provides a series of inmutable data structures. They are always immutable. The reference to them can change but the data inside of them cannot which means you can build predictable and reliable state models.
We use ImmutableJS in Talk and it becomes really easy to manage Talks application state. [Immutable.js](https://facebook.github.io/immutable-js/)
More about Immutable Data and React [React.js Conf 2015 - Immutable Data and React - YouTube](https://www.youtube.com/watch?v=I7IdS-PbEgI&feature=youtu.be)
More about Immutable Data and React:
[React.js Conf 2015 - Immutable Data and React - YouTube](https://www.youtube.com/watch?v=I7IdS-PbEgI&feature=youtu.be)
## Why ImmutableJS?
- __Immutable Data is faster__