DEV Community

Discussion on: What is Debouncing?

Collapse
 
guillep2k profile image
Guillermo Prandi

Using asynchronous have its own difficulty and creates new problems. One in particular to be aware of is what happens if the objects referenced by the delayed function are no longer valid when it resolves.