Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.86 KB

File metadata and controls

36 lines (22 loc) · 1.86 KB
title Static React DOM APIs

<<<<<<< HEAD <<<<<<< HEAD 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.

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.

e07ac94bc2c1ffd817b13930977be93325e5bea9 ======= 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. e07ac94bc2c1ffd817b13930977be93325e5bea9


Static APIs for Web Streams {/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:


Static APIs for Node.js Streams {/static-apis-for-nodejs-streams/}

These methods are only available in the environments with Node.js Streams: