Server-side rendering (SSR)
Modern client-side JavaScript apps typically suffer from a delay while the JavaScript app is sent over the network, then parsed and executed by the browser, and eventually rendered into something useful. When you can run the client application on the server too, you can provide a better user experience (and better SEO) by rendering the initial state of the page on the server and sending the full HTML over the network.

--
You received this message because you are subscribed to the Google Groups "intercooler-js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to intercooler-j...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.