renderToStaticNodeStream

Under Construction

This section is incomplete, please see the old docs for renderToStaticNodeStream.

Similar to renderToNodeStream, except this doesn’t create extra DOM attributes that React uses internally, such as data-reactroot. This is useful if you want to use React as a simple static page generator, as stripping away the extra attributes can save some bytes.

renderToStaticNodeStream(element)