Many native apps, such as those on iOS, include a welcome page to keep users entertained while the app is loading.
Currently, I am working on a Ruby on Rails web application (yes, it's a website!)
I would like to incorporate a welcoming page into my web app so that users can enjoy themselves while waiting for the rest of the site to load.
A welcoming page consists of its own HTML, CSS, and JavaScript. How can I ensure that these elements are loaded first before quietly rendering the remaining content?