Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/modules/lodash-underscore.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ The same situation with custom `lodash` builds like `lodash-es`.
Here you could read how to replace Lodash or Underscore in your project.

[Website](https://you-dont-need.github.io/You-Dont-Need-Lodash-Underscore)

## es-toolkit

[es-toolkit](https://es-toolkit.dev/) is a utility library similar to lodash that is designed to replace lodash by offering a seamless compat layer. It supports tree shaking out of the box and offers better performances for modern JavaScript runtimes.