@tech_wizzdom: If you want to show a loading state before the app is loaded (or show anything / do some logic quickly) - your best bet is to put it directly into index.html. Don’t put too much stuff because it can slow everything down, but a few lines of HTML & CSS won’t hurt anyone; yet, the user experience will be better. #javascript #webdevelopment