About lodash
See original GitHub issueremix-form
is only importing concat
and startCase
from lodash
, but depends on the whole package, which is not tree-shakeable. What about switching to lodash-es
or to individual packages (e.g. lodash.concat
)? OR… moving away from lodash?
Can do a PR.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
What is Lodash? - Educative.io
Lodash is a JavaScript library that provides utility functions for common programming tasks using a functional programming paradigm; it builds upon the ...
Read more >Lodash
A modern JavaScript utility library delivering modularity, performance & extras. · Download · Installation · Why Lodash? · Module Formats · Complementary Tools....
Read more >Lodash Tutorial
Lodash is a popular javascript based library which provides 200+ functions to facilitate web development. It provides helper functions like map, filter, ...
Read more >Lodash tutorial - introducing JavaScript Lodash library - ZetCode
Lodash is a JavaScript library which provides utility functions for common programming tasks. It uses functional programming paradigm. Lodash ...
Read more >10 Lodash functions everyone should know - Medium
What is Lodash? Lodash is a superset of Underscore. What is Underscore? · Why use Lodash? It will help you deal with all...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @tavoyne , thanks for pointing this out! I was going to make a little test and ended up creating a PR. Check #63 out 😉
@tavoyne I couldn’t help but try your suggestion just to see the results:
Will be publishing soon @0.18