Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/api/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ for you to render.

An object containing the matched state.

##### `state.matches`
##### `state.routes`

An array of the matched [routes][1]. Very useful for fetching data before
rendering.
Expand All @@ -74,6 +74,10 @@ The active query in the location match.

The path matched.

#### `state.action`

The action that lead to the route change.

Examples
--------

Expand Down