SSR with React DOM Stream (piping instead of rendering)

This seems really interesting as it helps with saving the CPU.

Has anyone used it?

@arunoda or @benoitt, since you guys maintain SSR packages, does this interest you?

I’ve seen it but never used it before. Doing SSR is already hard enough, if you add async on top of that it will bring other problems (probably not that bad to handle). I would only use this if the CPU usage was a real problem.

Yeah. That’s my next plan to try it out. May be allow it as an experimental option. We don’t need to touch FlowRouter for this.

We can do this with the react-mounter level. See: https://github.com/kadirahq/react-mounter/issues/7

2 Likes