I have mastered the art of using JS or jQuery to showcase a "Loading" message during the loading process. Currently, I am working on a sizeable web application that relies on various JS dependencies, and I am seeking a way to exhibit a "loading" message while all the scripts are being loaded.
Within my head tag, there exists several <script src=…>
tags, and my goal is to promptly display a loading message as soon as the user lands on the page. Subsequently, this message should be removed once all the scripts have finished loading.
What would be the most effective approach to achieve this seamless loading experience?