It would be nice to have a loading screen when the user first visits the page, rather than just a black screen. The black screen makes it look like something is woefully broken, when it's actually just loading.
Along with this, we should probably add a window.onerror event listener, so that we can crash with a better error message when things go south (particularly during the loading process). We have something like this in buildblast.
It would be nice to have a loading screen when the user first visits the page, rather than just a black screen. The black screen makes it look like something is woefully broken, when it's actually just loading.
Along with this, we should probably add a
window.onerror
event listener, so that we can crash with a better error message when things go south (particularly during the loading process). We have something like this in buildblast.