Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove lodash #642

Closed
danielroe opened this issue Sep 9, 2023 · 3 comments · Fixed by #648
Closed

remove lodash #642

danielroe opened this issue Sep 9, 2023 · 3 comments · Fixed by #648
Labels
bug Something isn't working

Comments

@danielroe
Copy link
Member

Looking at performance, I'd recommend removing the runtime lodash-es dependency. A lot of the utilities can be replaced with core JS, and I think also make it easier to reason about.

@danielroe danielroe added the bug Something isn't working label Sep 9, 2023
@gijsroge
Copy link

gijsroge commented Sep 10, 2023

@danielroe is this what you are talking about? nvm, answered my own question, looks like it is. #311 (comment)

image

Copy link
Member Author

Among other things, yes.

@TechAkayy
Copy link

Can really feel the difference during dev after lodash was removed in 2.9.0, thanks .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants