Two new js libraries- mori and Immutable

This commit is contained in:
Saar Wexler 2017-01-02 11:19:29 +02:00
parent 2164426d93
commit 1de3d692f8

View file

@ -813,6 +813,8 @@ getNestedPrice({item: {price: 9.99}}) // Some(9.99)
## Functional Programming Libraries in JavaScript
* [mori](https://github.com/swannodette/mori)
* [Immutable](https://github.com/facebook/immutable-js/)
* [Ramda](https://github.com/ramda/ramda)
* [Folktale](http://folktalejs.org)
* [monet.js](https://cwmyers.github.io/monet.js/)