Browse Source

Update the link to the Node.js stream module (#5298)

Fix #5297.
main
Fuqiao Xue 2 years ago
committed by GitHub
parent
commit
2128e1e7d2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/reference-react-dom-server.md

2
content/docs/reference-react-dom-server.md

@ -17,7 +17,7 @@ var ReactDOMServer = require('react-dom/server');
## Overview {#overview}
These methods are only available in the **environments with [Node.js Streams](https://nodejs.dev/learn/nodejs-streams):**
These methods are only available in the **environments with [Node.js Streams](https://nodejs.org/api/stream.html):**
- [`renderToPipeableStream()`](#rendertopipeablestream)
- [`renderToNodeStream()`](#rendertonodestream) (Deprecated)

Loading…
Cancel
Save