January 2019
Beginner
210 pages
4h 47m
English
The following libraries allow us to take advantage of immutability in TypeScript:
| Library | Description | Link |
| Immutable.js | Immutable persistent data collections for Javascript that increase efficiency and simplicity. | https://github.com/facebook/immutable-js |
| Immer | Immer is a tiny package that allows you to work with immutable state in a more convenient way. It is based on the copy-on-write mechanism. | https://github.com/mweststrate/immer |
Read now
Unlock full access