Browse Source

Update reference-react-dom-server.md (#497)

main
Blessing Ebowe 7 years ago
committed by Dan Abramov
parent
commit
107f7df4bf
  1. 2
      content/docs/reference-react-dom-server.md

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

@ -89,4 +89,4 @@ If you plan to use React on the client to make the markup interactive, do not us
>
> Server-only. This API is not available in the browser.
>
> The stream returned from this method will return a byte stream encoded in utf-8. If you need a stream in another encoding, take a look a project like [iconv-lite](https://www.npmjs.com/package/iconv-lite), which provides transform streams for transcoding text.
> The stream returned from this method will return a byte stream encoded in utf-8. If you need a stream in another encoding, take a look at a project like [iconv-lite](https://www.npmjs.com/package/iconv-lite), which provides transform streams for transcoding text.

Loading…
Cancel
Save