Hello world

This demo is artificially slowed down. Open components/comments.js to adjust how much different things are slowed down.

Notice how HTML for comments "streams in" before the JS (or React) has loaded on the page.

Also notice that the JS for comments and sidebar has been code-split, but HTML for it is still included in the server output.

Comments

Thanks for reading!