Skip to content

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