|
|
|
|
|
by xx__yy
249 days ago
|
|
As an aside, since it seems the other comments already address the core issue... No one should be using Lodash in 2025, it mutates your collections, use `ramda` (https://ramdajs.com/) instead. Unfortunately, a lot of the early core existing packages have dependencies in lodash, or another packages that does so too. |
|
But stating matter-of-factly that no one should use it because some of its well-documented functions are mutating ones and not functional-style, and should instead use one particular FP library out of the many out there, is not very cool.