-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
There is this JavaScript Ecosystem Project that tries to modernize the ecosystem by helping packages to modernize their codebase โ https://e18e.dev/docs/replacements/.
They have a list of suggestions for packages that have a more modern alternative โย for example for lodash https://github.com/es-tooling/module-replacements/blob/main/docs/modules/lodash-underscore.md?plain=1
I looked into our usage of lodash and it looks like only use a couple of functions that are well supported by https://es-toolkit.dev/
Migration to es-toolkit should reduce our bundles size and be a bit faster in some cases.
The question for this issue is: Is this something worth doing that has a change to be merged?
It looks like right now there is no treeshaking happening(?)
Side node: We also have which could be replaced by the same es-toolkit.

