Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erasaur/meteor-lodash

Meteor Wrapper for Lo-Dash
https://github.com/erasaur/meteor-lodash

Last synced: 22 days ago
JSON representation

Meteor Wrapper for Lo-Dash

Awesome Lists containing this project

README

        

### Note: This library is deprecated and no longer maintained. Please see https://guide.meteor.com/using-npm-packages.html

A wrapper for [Lo-Dash](http://lodash.com), a JavaScript utility library delivering consistency, modularity, performance, & extras. Lo-Dash can be used as a drop-in replacement for [Underscore.js](http://underscorejs.org).

#### Usage
```
meteor add erasaur:meteor-lodash
```

The package exports `_` and `lodash` as two global variables, though it's still possible for `_` to be redefined as `underscore` subsequently. To be safe, you can declare `_ = lodash`in your application code.

#### Why use Lo-Dash?
Lo-Dash is known to be generally more performant than Underscore, and has a set of [features](https://lodash.com/#features) that Underscore lacks.