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 as much lodash as possible #635

Open
1 of 10 tasks
jwetzell opened this issue Aug 5, 2024 · 2 comments
Open
1 of 10 tasks

remove as much lodash as possible #635

jwetzell opened this issue Aug 5, 2024 · 2 comments

Comments

@jwetzell
Copy link
Owner

jwetzell commented Aug 5, 2024

Seems like a decent amount of the lodash stuff was just convenience and can be replaced by native functionality.

  • cloneDeep
  • has
  • get
  • memoize
  • template
  • merge
  • isEqual
  • orderBy
  • noop
  • sortBy
@tm1000
Copy link

tm1000 commented Oct 21, 2024

@jwetzell
Copy link
Owner Author

yeah, I had looked through that when I wrote up this issue. Most of it seems to be just replace lodash with basically the same code that lodash is doing on the inside so not sure that improves anything. For the most part these functions, besides the obviously dumb noop, don't have good analogues IMO in native JS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants