Sep 5, 2018 · 1 min read
Great article! Would you recommend taking advantage of MutationObserver to detect when a dynamically created DOM element has finished rendering? I have a div that is created when a network request finishes, but instead of just tracking performance of the network request, I want to track the performance of the user actually seeing the data returned by the request.