question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Lodash doesn’t have dependencies and its methods can be imported individually, e.g.

extend = require('lodash/extend')
// vs 
extend = require('just-extend')

How do just modules compare to equivalent lodash methods?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:32 (5 by maintainers)

github_iconTop GitHub Comments

5reactions
madnightcommented, Jun 28, 2017

the differences to lodash should be listed in the readme.md, because that will be the first question that a typical js developer come up with

4reactions
angus-ccommented, Jul 21, 2016

@ThibWeb I’m planning a blog post on the rationale for Just, which I’ll link to here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

It's time to let go of lodash - JS.dev Community ‍
While lodash offeres a tremendous library of functionality, much of it is no longer required, and the cost of importing lodash into your ......
Read more >
Why I wrote Just.. The Zen of Dependency-Free Modules.
The Zen of Dependency-Free Modules. See also: Just vs Lodash Tradeoffs · Just is a library of zero dependency npm modules that do...
Read more >
Lodash in 2022: necessary or obsolete? - Nico Zerpa
If you have a couple of years as a developer, you've probably used either Lodash or Underscore.js. These are two libraries that provide...
Read more >
JavaScript vs Lodash One-Liners
Lodash has been one of the most popular libraries on NPM for a long time with over 30M downloads per week as it...
Read more >
You Might Not Need Lodash
difference except that it accepts iteratee which is invoked for each element of array and values to generate the criterion by which they're...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found