mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-06 10:36:45 +00:00
Two new js libraries- mori and Immutable
This commit is contained in:
parent
2164426d93
commit
1de3d692f8
1 changed files with 2 additions and 0 deletions
|
|
@ -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/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue