2.1.2 • Published 5 years ago

@witzbould/utils v2.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Witzbould's Utils

Utility function that I find useful.

Quick Notes

It might be worth noting the difference between throttling and debouncing, as the terms are often confused. - A debounced function is called only once in a given period, delay milliseconds after its last invocation (the timer is reset on every call). - Whereas a throttled function is limited to be called no more than once every delay milliseconds.

From https://davidwalsh.name/javascript-debounce-function

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.0.0

6 years ago