Server React DOM APIs
The react-dom/server APIs let you server-side render React components to HTML. These APIs are only used on the server at the top level of your app to generate the initial HTML. A framework may call them for you. Most of your components don’t need to import or use them.
Server APIs for Web Streams
These methods are only available in the environments with Web Streams, which includes browsers, Deno, and some modern edge runtimes:
renderToReadableStreamrenders a React tree to a Readable Web Stream.resumeresumesprerenderto a Readable Web Stream.
Server APIs for Node.js Streams
These methods are only available in the environments with Node.js Streams:
renderToPipeableStreamrenders a React tree to a pipeable Node.js Stream.resumeToPipeableStreamresumesprerenderToNodeStreamto a pipeable Node.js Stream.
Legacy Server APIs for non-streaming environments
These methods can be used in the environments that don’t support streams:
renderToStringrenders a React tree to a string.renderToStaticMarkuprenders a non-interactive React tree to a string.
They have limited functionality compared to the streaming APIs.

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.
