DEV Community

PremJeet
PremJeet

Posted on

Handel repeatedly triggered events with Javascript

Hey DEV community !

If you are someone who handles repeated button clicks by just disabling the button, or if you are someone who makes an API request for every character input on a search field, then this is definitely for you.

The blog is about using De-bounce and Throttle to handle events in JavaScript (events like clicks, scroll, input, resize etc.).
You can read it ๐Ÿ‘‰๐Ÿ‘‰๐Ÿ‘‰ here.

I know it's quite a hassle ๐Ÿ˜…๐Ÿ˜… to be redirected to someplace else to read the blog, but since I already posted here, I thought why not share this on DEV too.๐Ÿฅน๐Ÿฅน

Have a read through if you are interested in the topic, and comment your recommendations on how I can Improve my writing.
โœŒ๏ธโœŒ๏ธโœŒ๏ธโœŒ๏ธโœŒ๏ธ

Top comments (0)