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.
1 parent 05e37d4 commit f81c8e4Copy full SHA for f81c8e4
docs/guides/advanced/ServerRendering.md
@@ -8,7 +8,7 @@ Server rendering is a bit different than in a client because you'll want to:
8
9
To facilitate these needs, you drop one level lower than the [`<Router>`](/docs/API.md#Router) API with:
10
11
-- `match` to match the routes to a location without rendering
+- [`match`](https://github.com/rackt/react-router/blob/master/docs/API.md#matchlocation-cb) to match the routes to a location without rendering
12
- `RoutingContext` for synchronous rendering of route components
13
14
It looks something like this with an imaginary JavaScript server:
0 commit comments