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: website/docs/installation.mdx
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ The following features can be opt-in to:
30
30
31
31
| Feature | Description | Method to call |
32
32
| --- | --- | --- |
33
+
|[Array Methods optimization](./array-methods.md)| Optimizes array method handling for improved performance with array-heavy operations |`enableArrayMethods()`|
33
34
|[ES2015 Map and Set support](./complex-objects.md)| To enable Immer to operate on the native `Map` and `Set` collections, enable this feature |`enableMapSet()`|
34
35
|[JSON Patch support](./patches.mdx)| Immer can keep track of all the changes you make to draft objects. This can be useful for communicating changes using JSON patches |`enablePatches()`|
0 commit comments