Rendering React.Suspense on the server

Notice how HTML for comments 'streams in' before the JavaScript (or React) has loaded on the page. In fact, the demo is entirely rendered in the server and doesn't use client-side JavaScript at all

This demo is artificially slowed down while loading the comments data.

Comments

Thanks for reading!