From 9effd590fa03bc4452bec8ddc6cf8b56884017ec Mon Sep 17 00:00:00 2001 From: Cristopher Date: Sun, 26 Oct 2025 22:12:52 +0700 Subject: [PATCH] docs: add es-toolkit as lodash-underscore replacement --- docs/modules/lodash-underscore.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/modules/lodash-underscore.md b/docs/modules/lodash-underscore.md index 7b43683..5a9f59e 100644 --- a/docs/modules/lodash-underscore.md +++ b/docs/modules/lodash-underscore.md @@ -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.