import * as servest from "https://deno.land/x/servest@v1.3.4/vendor/https/dev.jspm.io/react-dom/server.js";
Functions
Render a React element to its initial HTML. Returns a Readable stream that outputs
an HTML string. The HTML output by this stream is exactly equal to what
| |
Similar to | |
Similar to | |
Render a React element to its initial HTML. This should only be used on the server. React will return an HTML string. You can use this method to generate HTML on the server and send the markup down on the initial request for faster page loads and to allow search engines to crawl your pages for SEO purposes. |