Reference
renderToString
Renders a React-compatible node to an HTML string.
Signature
function renderToString(element: ReactCompatNode, _options?: ServerOptions): stringReference
Renders a React-compatible node to an HTML string.
function renderToString(element: ReactCompatNode, _options?: ServerOptions): string