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

enhance: Remove lodash dependency, reducing total bundle size #250

Merged
merged 1 commit into from
Jan 27, 2020

Conversation

ntucker
Copy link
Collaborator

@ntucker ntucker commented Jan 27, 2020

Fixes #129.

Motivation

Lodash is bloated and fairly outdated. Modern applications should exploit modern browser features or core-js polyfills.

Solution

Last usage of memoize is replaced by simple constructor creation

@ntucker ntucker merged commit 1e2bff1 into master Jan 27, 2020
@ntucker ntucker deleted the no-lodash branch January 27, 2020 09:50
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

Successfully merging this pull request may close these issues.

Simple, fast, small code replacement for lodash.memoize
1 participant