Similar to renderToNodeStream, except this doesn't create extra DOM attributes such as data-reactid, that React uses internally. The HTML output by this stream is exactly equal to what ReactDOMServer.renderToStaticMarkup() would return.
renderToNodeStream
data-reactid
ReactDOMServer.renderToStaticMarkup()
Optional
Similar to
renderToNodeStream, except this doesn't create extra DOM attributes such asdata-reactid, that React uses internally. The HTML output by this stream is exactly equal to whatReactDOMServer.renderToStaticMarkup()would return.