@hi_mayank What I wanted to know (and still am not certain of) is: how does that sync with normal loading events in the DOM? Is it after document ready? After DOM content loaded? Before? Does it just depend? Does it have any synchronicity at all with the normal load on the initial page load?
More to the point: will the initial useEffect callbsck reliably run after deferred scripts have been loaded?