File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,17 +66,17 @@ React.renderComponent((
66
66
), document .body );
67
67
```
68
68
69
- Urls will be matched to the deepest route, and then all the routes up
69
+ - Urls will be matched to the deepest route, and then all the routes up
70
70
the hierarchy are activated and their "handlers" (normal React
71
71
components) will be rendered.
72
72
73
- Each handler will receive a ` params ` property containing the matched
73
+ - Each handler will receive a ` params ` property containing the matched
74
74
parameters form the url, like ` :userId ` .
75
75
76
- Handlers also receive a ` query ` prop equal to a dictionary of the
76
+ - Handlers also receive a ` query ` prop equal to a dictionary of the
77
77
current query params.
78
78
79
- Parent routes will receive a ` activeRoute ` property. Its a function that
79
+ - Parent routes will receive a ` activeRoute ` property. Its a function that
80
80
will render the active child route handler.
81
81
82
82
Here's the rest of the application:
You can’t perform that action at this time.
0 commit comments