mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2025-10-30 23:16:38 -04:00
parent
379e297817
commit
be22658855
1 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
|||
|
||||
### Functional programming
|
||||
|
||||
- [Lo-Dash](http://lodash.com) - A utility library delivering consistency, customization, performance, & extras. A better and faster Underscore.js.
|
||||
- [lodash](http://lodash.com) - A utility library delivering consistency, customization, performance, & extras. A better and faster Underscore.js.
|
||||
- [Ramda](http://ramdajs.com) - A utility library with a focus on flexible functional composition enabled by automatic currying and reversed argument order. Avoids mutating data.
|
||||
- [Mout](http://moutjs.com) - Utility library with the biggest difference between other existing solutions is that you can choose to load only the modules/functions that you need, no extra overhead.
|
||||
- [mori](http://swannodette.github.io/mori/) - A library for using ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript.
|
||||
|
|
@ -115,7 +115,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
|||
- [underscore-contrib](http://documentcloud.github.io/underscore-contrib/) - The brass buckles on Underscore's utility belt.
|
||||
- [Bacon.js](http://baconjs.github.io) - Functional reactive programming.
|
||||
- [RxJS](http://reactive-extensions.github.io/RxJS/) - Functional reactive library for transforming, composing, and querying various kinds of data.
|
||||
- [Lazy.js](https://github.com/dtao/lazy.js/) - Utility library similar to Lo-Dash/Underscore but with lazy evaluation, which can translate to superior performance in many cases.
|
||||
- [Lazy.js](https://github.com/dtao/lazy.js/) - Utility library similar to lodash/Underscore but with lazy evaluation, which can translate to superior performance in many cases.
|
||||
|
||||
|
||||
### HTTP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue