DEV Community

Discussion on: 14 functions I made to dump lodash and reduce my bundle size...

Collapse
 
6temes profile image
Daniel • Edited

Then, to be fair, you didn't write functions that would replace Lodash. You wrote functions that offer a subset of the functionality offered by Lodash, and that's why they are lighter.

But something that it's true is that it would be really nice if they released a version 5 of Lodash that would be compatible only with evergreen browsers. I am sure that they could get rid of a lot of code.

Thread Thread
 
miketalbot profile image
Mike Talbot ⭐

Yeah I did document above which functions didn't work the same. Debounce, get and set basically. I don't have the need for the advanced versions of those.