If you are server-side rendering any React components, consider using `renderToNodeStream()` or `renderToStaticNodeStream()` to allow the client to receive and hydrate different parts of the markup instead of all at once. code example
Example: how to use renderto string
ReactDOMServer.renderToString(element)