We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c49b545 + 3035e96 commit cd65541Copy full SHA for cd65541
docs/guides/ServerRendering.md
@@ -13,7 +13,7 @@ To facilitate these needs, you drop one level lower than the [`<Router>`](/docs/
13
14
It looks something like this with an imaginary JavaScript server:
15
16
-```jsx
+```js
17
import { renderToString } from 'react-dom/server'
18
import { match, RouterContext } from 'react-router'
19
import routes from './routes'
0 commit comments