import { renderToStaticNodeStream } from "https://dotland.deno.dev/x/servest@v1.3.4/types/react-dom/server/index.d.ts";
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.
Parameters
element: ReactElement