File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,17 +66,17 @@ React.renderComponent((
6666), document .body );
6767```
6868
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
7070the hierarchy are activated and their "handlers" (normal React
7171components) will be rendered.
7272
73- Each handler will receive a ` params ` property containing the matched
73+ - Each handler will receive a ` params ` property containing the matched
7474parameters form the url, like ` :userId ` .
7575
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
7777current query params.
7878
79- Parent routes will receive a ` activeRoute ` property. Its a function that
79+ - Parent routes will receive a ` activeRoute ` property. Its a function that
8080will render the active child route handler.
8181
8282Here's the rest of the application:
You can’t perform that action at this time.
0 commit comments