It depends on how you look at this. If you are serving a multipage application, how frustrating the user experience would be to wait for HTML of every single page. Which is why it’s better to load server-side rendered HTML for the first screen and JS assets for remaining screens. But there is no “one” answer to this question, the approach you take totally depends on the application you are serving.
↧