Replies: 1 comment
-
Hello! if (IS_RENDER_TO_STREAM) {
...
const stream = renderToPipeableStream(jsx, {...})
} else {
const reactHtml = renderToString(jsx)
...
res.send(header + reactHtml + footer)
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
this variable is static and results to true always.
what are its effect?
what factors could change such variable?
i assume it is for some sort of backwards compatibility.
arguing from there is it in respect to the browser?
Beta Was this translation helpful? Give feedback.
All reactions