Static React DOM APIs
The react-dom/static APIs let you generate static HTML for React components. They have limited functionality compared to the streaming APIs. A framework may call them for you. Most of your components don’t need to import or use them.
Static APIs for Web Streams
These methods are only available in the environments with Web Streams, which includes browsers, Deno, and some modern edge runtimes:
prerenderrenders a React tree to static HTML with a Readable Web Stream.- Experimental only
resumeAndPrerendercontinues a prerendered React tree to static HTML with a Readable Web Stream.
Node.js also includes these methods for compatibility, but they are not recommended due to worse performance. Use the dedicated Node.js APIs instead.
Static APIs for Node.js Streams
These methods are only available in the environments with Node.js Streams:
prerenderToNodeStreamrenders a React tree to static HTML with a Node.js Stream.- Experimental only
resumeAndPrerenderToNodeStreamcontinues a prerendered React tree to static HTML with a Node.js Stream.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
