Hacker News new | ask | show | jobs
by hebelehubele 159 days ago
I often go for `setInterval` over `MutationObserver` because it works and I don't need instant reactivity and I don't have to think too much about it.