I built a meteorite app with a great background. Now the application starts, and the user can watch while the image is loading. It would be better for me to first download the desired background image, and if the download is completed, the application will appear. I tried to find some concepts for this, but I did not find a solution that can be used with a meteorite.
So, I thought about using the waitOn function for Iron-Router:
Router.route('/', { name: 'home', yieldRegions: { 'navigationBar': { to: 'navigation' }, 'contentPage': { to: 'content' } }, waitOn: function() {
Maybe someone has an idea how to do this ...
source share