Загрузка видео...
Не удалось загрузить видео
Stop using document.removeEventListener() 😤
68,287 просмотров • 1 год назад •via X (Twitter)
Комментарии: 11

Thanks for the tip @mattpocockuk

This is my favorite AI tool for reviewing reports. Just upload a report, ask for a summary, and get one in seconds. It's like ChatGPT, but built for documents. Try it for free.

You can use the same signal to nuke multiple listeners at once too!

holy shit thank you for this

With `removeEventListener`, your codebase has a predictable 1:1 explicit relationship. It is declarative, and that is what it was intended for. Instead, an abortable signal is an optional argument; you need to carry it around, too, and manually kill listeners (malloc PTSD). Fashionable or more terse approaches are cool, but they are not always justified, at least not for me, like lambdas vs. function declarations.

I don't know why, but this looks cleaner. Probably because event is removed in same way how it was added, not using some separate abortController object which is then passed as param to addEventListener...

The poor whiteboard got out of the frame :-(

All good and then you find out you need to support Safari 14 💀

Just stop using React!

I wouldn't say "Stop using", instead, "here's another way to achieve a slightly similar effect but not exactly the same that may or not may not suite your use case" although where's the twitter friendly way on how to communicate that :p

Practically speaking, how can pass in a AbortListener to clean my dishes?
Похожие видео
Couldn’t stop the run, couldn’t stop the Tigers 😤🦅
Auburn Football
73,202 просмотров • 9 месяцев назад



