이동현
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/content/reference/react-dom/server/renderToPipeableStream.md
|
@ -24,7 +24,7 @@ This API is specific to Node.js. Environments with [Web Streams,](https://develo |
|
|
|
|
|
|
|
|
## Reference {/*reference*/} |
|
|
## Reference {/*reference*/} |
|
|
|
|
|
|
|
|
### `renderToPipeableStream(reactNode, options)` {/*rendertopipeablestream*/} |
|
|
### `renderToPipeableStream(reactNode, options?)` {/*rendertopipeablestream*/} |
|
|
|
|
|
|
|
|
Call `renderToPipeableStream` to render your React tree as HTML into a [Node.js Stream.](https://nodejs.org/api/stream.html#writable-streams) |
|
|
Call `renderToPipeableStream` to render your React tree as HTML into a [Node.js Stream.](https://nodejs.org/api/stream.html#writable-streams) |
|
|
|
|
|
|
|
|