The app's styles take time to load and the app appears style-less for a blink second.
This is probably because the styles are injected by app.js thanks to Webpack's bundling. Ideally the css should be loaded separately, before the js (and the html body) is loaded.
The app's styles take time to load and the app appears style-less for a blink second.
This is probably because the styles are injected by
app.js
thanks to Webpack's bundling. Ideally the css should be loaded separately, before the js (and the html body) is loaded.