DEV Community

Discussion on: Do you still use Lodash and Underscore in 2020?

Collapse
 
yoursunny profile image
Junxiao Shi

I have _.debounce in a project written in 2018. ES2018 doesn't have an equivalent.

Collapse
 
futureistaken profile image
R Z

Did you see how it works under the hood? I think, the functionality is redundant for the most use cases.

Collapse
 
puruvj profile image
PuruVJ • Edited

npmjs.com/package/throttle-debounce Works like a charm

Only a few bytes