Server React DOM APIs
Server APIs for Node.js Streams
These methods are only available in the environments with
- renders a React tree to a pipeable
Server APIs for Web Streams
These methods are only available in the environments with , which includes browsers, Deno, and some modern edge runtimes:
- renders a React tree to a
Legacy Server APIs for non- environments
These methods can be used in the environments that don’t support streams:
- renders a React tree to a string.
- renders a non-interactive React tree to a string.
They have limited functionality compared to the APIs.