Server APIs for non-streaming environments
These methods can be used in the environments that don’t support streams:
They have limited functionality compared to the streaming APIs.
If you want to change selection, open document below and click on "Move attachment"
Server React DOM APIs – Reacthods are only available in the environments with Web Streams, which includes browsers, Deno, and some modern edge runtimes: renderToReadableStream renders a React tree to a Readable Web Stream. <span>Server APIs for non-streaming environments These methods can be used in the environments that don’t support streams: renderToString renders a React tree to a string. renderToStaticMarkup renders a non-interactive React tree to a string. They have limited functionality compared to the streaming APIs. Deprecated server APIs Deprecated These APIs will be removed in a future major version of React. renderToNodeStream renders a React tree to a Node.js Readable stream. (Deprecated.) How Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details