Skip to content

#826 Removed Lodash dependency and replaced with native JavaScript alternatives #843

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

amanmogal
Copy link

Summary

This pull request removes Lodash as a dependency from the project and replaces its utility functions with native JavaScript alternatives. This change aims to reduce the package size and improve performance.

Changes Made

  • Removed Lodash from package.json and package-lock.json.
  • Created src/utils/helpers.js for custom utility functions.
  • Updated all relevant files to use native JavaScript instead of Lodash.

Test Results

  • All tests passed successfully before and after the changes.
  • No new issues were introduced.

Related Issue

Closes #826

@amanmogal amanmogal changed the title solved #826 Removed Lodash dependency and replaced with native JavaScript alterna… #826 Removed Lodash dependency and replaced with native JavaScript alterna… Feb 14, 2025
@amanmogal amanmogal changed the title #826 Removed Lodash dependency and replaced with native JavaScript alterna… #826 Removed Lodash dependency and replaced with native JavaScript alternatives Apr 7, 2025
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.

Remove Lodash as a Dependency
1 participant