Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/servest/types/react-dom/server/index.d.ts>renderToStaticMarkup

🌾A progressive http server for Deno🌾
Latest
function renderToStaticMarkup
import { renderToStaticMarkup } from "https://deno.land/x/servest@v1.3.4/types/react-dom/server/index.d.ts";

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

Returns

string