You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yeah, I had looked through that when I wrote up this issue. Most of it seems to be just replace lodash with basically the same code that lodash is doing on the inside so not sure that improves anything. For the most part these functions, besides the obviously dumb noop, don't have good analogues IMO in native JS.
Seems like a decent amount of the lodash stuff was just convenience and can be replaced by native functionality.
cloneDeep
has
get
memoize
template
merge
isEqual
orderBy
noop
sortBy
The text was updated successfully, but these errors were encountered: