10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d6845 commit 8d9e2b4Copy full SHA for 8d9e2b4
README.md
@@ -1,6 +1,8 @@
1
Immutable Data Collections
2
==========================
3
4
+**Converting to v3 from v2? Check out the [upgrade guide](https://github.com/facebook/immutable-js/wiki/Upgrading-to-Immutable-v3).**
5
+
6
Immutable data cannot be changed once created, leading to much simpler
7
application development, no defensive copying, and enabling advanced memoization
8
techniques.
@@ -81,7 +83,6 @@ map = map.set('b', 20);
81
83
map.get('b'); // 20
82
84
```
85
-### Converting to v3 from v2? Check out the [upgrade guide](https://github.com/facebook/immutable-js/wiki/Upgrading-to-Immutable-v3).
86
87
The case for Immutability
88
-------------------------
0 commit comments