DEV Community

Discussion on: 5 Must Know Lodash Methods

Collapse
 
sebbdk profile image
Sebastian Vargr

debouncing is not Lodash tho, it’s part of the library by practical coincidence.

It could also be a separate package like you point out.

Lodash was made in an age when array methods where lacking and polyfiling was less common.

If they changed the focus of the library, then I did not get the memo. :)