1 | <img src="images/immer-logo.svg" height="200px" align="right"/>
|
2 |
|
3 | # Immer
|
4 |
|
5 | [](https://www.npmjs.com/package/immer) [](https://github.com/immerjs/immer/actions?query=branch%3Amain) [](https://coveralls.io/github/immerjs/immer?branch=main) [](https://github.com/prettier/prettier) [](#backers) [](#sponsors) [](https://gitpod.io/#https://github.com/immerjs/immer)
|
6 |
|
7 | _Create the next immutable state tree by simply modifying the current tree_
|
8 |
|
9 | Winner of the "Breakthrough of the year" [React open source award](https://osawards.com/react/) and "Most impactful contribution" [JavaScript open source award](https://osawards.com/javascript/) in 2019
|
10 |
|
11 | ## Contribute using one-click online setup
|
12 |
|
13 | You can use Gitpod (a free online VS Code like IDE) for contributing online. With a single click it will launch a workspace and automatically:
|
14 |
|
15 | - clone the immer repo.
|
16 | - install the dependencies.
|
17 | - run `yarn run start`.
|
18 |
|
19 | so that you can start coding straight away.
|
20 |
|
21 | [](https://gitpod.io/from-referrer/)
|
22 |
|
23 | ## Documentation
|
24 |
|
25 | The documentation of this package is hosted at https://immerjs.github.io/immer/
|
26 |
|
27 | ## Support
|
28 |
|
29 | Did Immer make a difference to your project? Join the open collective at https://opencollective.com/immer!
|
30 |
|
31 | ## Release notes
|
32 |
|
33 | https://github.com/immerjs/immer/releases
|