Why a CSS Flash appears?

cssflash

This is because the CSS is in the JavaScript build in development mode to allow hot-reloading via webpack. This flash is called FOUC.

Don't worry in production mode, the CSS is separated and put in the header so this flash of unstyled content does not appear anymore.