ssrwpo / ssr

SSR - Router with SSR for Node & Meteor
https://ssrwpo.github.io/ssr/
MIT License
93 stars 16 forks source link

Streaming HTML payload #27

Open PEM-- opened 7 years ago

PEM-- commented 7 years ago
cbilotta commented 7 years ago

React server-side rendering in version 16.00 now allows us to stream the HTML while it is generated. That would be a nice addition for when the cache is not already filled.

EDIT : It will cause problems with styled-components.