You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+79-19Lines changed: 79 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,27 @@
2
2
3
3
[](https://github.com/immutable-js/immutable-js/actions/workflows/ci.yml?query=branch%3Amain)[Chat on slack](https://immutable-js.slack.com)
4
4
5
+
[Read the docs](https://immutable-js.com) and eat your vegetables.
6
+
7
+
Docs are automatically generated from [README.md][] and [immutable.d.ts][].
8
+
Please contribute! Also, don't miss the [wiki][] which contains articles on
9
+
additional specific topics. Can't find something? Open an [issue][].
10
+
11
+
**Table of contents:**
12
+
13
+
-[Introduction](#introduction)
14
+
-[Getting started](#getting-started)
15
+
-[The case for Immutability](#the-case-for-immutability)
16
+
-[JavaScript-first API](#javaScript-first-api)
17
+
-[Nested Structures](#nested-structures)
18
+
-[Equality treats Collections as Values](#equality-treats-collections-as-values)
19
+
-[Batching Mutations](#batching-mutations)
20
+
-[Lazy Seq](#lazy-seq)
21
+
-[Additional Tools and Resources](#additional-tools-and-resources)
22
+
-[Contributing](#contributing)
23
+
24
+
## Introduction
25
+
5
26
[Immutable][] data cannot be changed once created, leading to much simpler
6
27
application development, no defensive copying, and enabling advanced memoization
7
28
and change detection techniques with simple logic. [Persistent][] data presents
@@ -23,6 +44,10 @@ Want to hear more? Watch the presentation about Immutable.js:
23
44
24
45
[](https://youtu.be/I7IdS-PbEgI)
- An immutable store that exposes an RxJS observable. Great for React.
628
675
629
-
If you are using the [Chai Assertion Library](https://chaijs.com/), [Chai Immutable](https://github.com/astorije/chai-immutable) provides a set of assertions to use against Immutable.js collections.
0 commit comments