Tag: javascript

Let's talk about the MutationObserver in JavaScript

May 5, 2023 ยท 3 min read
The MutationObserver is a powerful tool that allows us to observe changes to the DOM in real time. This post will cover the basics of using the MutationObserver, as well as some common use cases for it.