Debounce — handle browser resize like a pro

Pawel Pietruszka
Geek Culture
Published in
3 min readMay 25, 2021

--

I was recently tasked with fixing some UI bugs at work. Our navbar wasn’t refreshing with more items when the browser was resized. I thought to myself “This should be a breeze to fix”.

Exploring “the obvious but wrong” solution

I thought it was obvious which methodology to use — this led me to “the obvious but wrong” solution of using…

--

--