Ask HN: How are you using React server-side rendering?
1 comments
Yes. Using it on several sites to serve a whole page instead of an empty frame. It's a big help for search engine crawlers, page caching, and javascript-adverse users. For highly interactive uses (as I assume a collaborative document editor would be) it is still useful as React can bootstrap its initial state on top of this pre-rendered HTML.
"are you using react in a project with server-side rendering? and how are you using it?"
Thanks!