ctrlplusb / react-universally

A starter kit for universal react applications.
MIT License
1.7k stars 244 forks source link

RenderToNodeStream #525

Closed strues closed 6 years ago

strues commented 6 years ago

This adds ReactDOM.RenderToNodeStream for server rendering (issue #524)

ctrlplusb commented 6 years ago

Thanks for picking this up @strues - would you mind rebasing this PR or creating a new one and cherry picking the commits from this one? I'd like us to start running PRs using a rebase strategy to avoid noise.

strues commented 6 years ago

I'll recreate and rebase top of the most recent next branch. I've been cherry picking and dealing with conflicts too long that its not worth it :)