As far as I know, Javascript runs as usual and displays the components. But this page shows the conclusion already made. So this is basically HTML by default if the user does not have JS. After JS analysis, the DOM (or application root div ) is freed, and application components are displayed as usual.
The pre-filled output (HTML) does not contain CSS and images, but since these pieces are loaded on your page (I hope quickly and successfully), everything is decorated in style and beautiful, ready to view.
source share