January 2019
Beginner
210 pages
4h 47m
English
The following libraries allow us to take advantage of immutability in TypeScript:
| Library | Description | Link |
| Ramda-fantasy | Algebraic data types compatible with the Fantasyland specification for easy integration with Ramda.js. | https://github.com/ramda/ramda-fantasy |
| io-ts | TypeScript-compatible, runtime-type system for IO decoding/encoding. | https://github.com/gcanti/io-ts |
| Funfix | Funfix is a library of type classes and data types for functional programming in JavaScript, TypeScript, and Flow. | https://github.com/funfix/funfix |
Read now
Unlock full access