FormidableLabs / FormidableLabs/victory
Remove dependency on `lodash`
Open
Issue: Accepted
Type: Dependencies :evergreen_tree:
Type: Enhancement :pencil2:
- Dominant language
- TypeScript
- Stars
- 11.2k
- Forks
- 536
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
Yes, we're trying to cut down our bundle size, and a part of it is [taken up by Lodash](https://bundlephobia.com/package/victory-core@36.8.1) (see #656). Lodash also has not been actively maintained for over [3 years.](https://www.npmjs.com/package/lodash?activeTab=versions).
**Describe the solution you'd like**
Remove Lodash as a dependency of Victory.
**Describe alternatives you've considered**
Use various build tools to strip out Lodash.
Contributor guide
Assessment
This issue has not been assessed yet.