babel-plugin-lodash
Modular Lodash builds without the hassle. (by lodash)
You-Dont-Need-Lodash-Underscore
List of JavaScript methods which you can use natively + ESLint Plugin (by you-dont-need)
babel-plugin-lodash | You-Dont-Need-Lodash-Underscore | |
---|---|---|
3 | 25 | |
1,957 | 18,681 | |
- | 0.3% | |
0.0 | 4.3 | |
about 1 year ago | about 1 month ago | |
JavaScript | JavaScript | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
babel-plugin-lodash
Posts with mentions or reviews of babel-plugin-lodash.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-06-04.
- Webpack tree shaking not working as I expected
-
Let's talk about Lodash
Alternatively, there is a Babel plugin that can do this for you. There is also a webpack plugin that will further optimize things.
-
Minimizing Webpack bundle size
Similar to babel-plugin-import, the babel-plugin-lodash plugin cherry picks the code we need to import from lodash. The parsed size of the entire lodash package is ~600KB, so we definitely don’t want everything.
You-Dont-Need-Lodash-Underscore
Posts with mentions or reviews of You-Dont-Need-Lodash-Underscore.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-08.
- What are some of the best libraries you cannot work without?
-
[AskJS] I love new javascript frameworks and libraries. What are some cool ones?
These are all really outdated tips. Moment is deprecated and it is recommended to use dayJs or date-fns. Lodash is discouraged because it has a huge bundle size and nowadays you will find native functions which do most of the things people have used lodash before. https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore
-
No Lodash
https://github.com/you-dont-need/You-Dont-Need-Lodash-Unders... seems to be a more readable alternative to this website.
- An NPM package that you love and a package that you hate
-
Migrate jQuery to VanillaJS - UpgradeJS.com
Adjacently useful is https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore
-
What are your favorite, must-have packages when you're creating a project?
I never used lodash but I found this. Might interest you.
- How to Use Lodash in Svelte?
- Help! I removed unused node modules packages and I optimized the imports but the bundle size does not changed
-
I once tried not to use date-fns
In one of my team's Pull Requests I noticed date-fns being added as dependency for our components library for one usage: transform a timestamp to "MM/yy" string, as it represented a debit card's expiration date. Inspired by You don't (may not) need lodash/underscore, I thought to myself - can't we just implement a 2-digit month and 2-digit year formatting? It looks simple, right?
-
Lodash
Yes and no. We did but are converting to in-house code since most Lodash functions are already available as native JS and/or @babel/preset-env + core-js@latest (see: You don't need Lodash).
What are some alternatives?
When comparing babel-plugin-lodash and You-Dont-Need-Lodash-Underscore you can also consider the following projects:
terser-webpack-plugin - Terser Plugin
just - A library of dependency-free JavaScript utilities that do just one thing.