@@ -13,16 +13,16 @@ in a declarative manner, directly as a part of your component hierarchy.
13
13
14
14
## Docs
15
15
16
- * [ Overview] [ docs ]
16
+ * [ Overview and Usage ] [ docs ]
17
17
* [ Implementation Visualization] [ implementation ]
18
18
* [ Hash Routing] [ hash-routing ]
19
19
* [ Server-side Rendering] [ server-side ]
20
20
* [ Multiple Routers] [ multiple ]
21
21
* [ Contextual Routers] [ contextual ]
22
22
* [ Asynchronous Routes] [ async ]
23
- * [ Capturing Clicks on anchor elements ] [ a-elements ]
24
- * [ A custom Link component ] [ rec-custom-link ]
25
- * [ A custom Router component ] [ rec-custom-router ]
23
+ * [ Capturing Clicks on Anchor Elements ] [ a-elements ]
24
+ * [ A custom Link Component ] [ rec-custom-link ]
25
+ * [ A custom Router Component ] [ rec-custom-router ]
26
26
27
27
## Project Overview
28
28
52
52
React router component can dispatch based on ` location.pathname ` or
53
53
` location.hash ` if browser doesn't support History API (see [ hash routing] [ hash-routing ] ).
54
54
55
- Furthermore it provides advanced features like support for [ full page server
56
- side rendering] [ server-side ] , [ multiple routers] [ multiple ] on the same page,
55
+ Furthermore it provides advanced features like support for [ regex matching ] [ regex ] ,
56
+ [ full page server side rendering] [ server-side ] , [ multiple routers] [ multiple ] on the same page,
57
57
[ contextual routers] [ contextual ] and support for [ async components] [ async ] .
58
58
59
59
Its functionality is tested using [ Saucelabs] [ ] on all modern browsers (IE >= 9,
@@ -75,6 +75,7 @@ Compatible with React 0.12 and React 0.13. Older versions work with older versio
75
75
See [ docs] [ ] for the usage.
76
76
77
77
[ hash-routing ] : http://strml.viewdocs.io/react-router-component/hash-routing
78
+ [ regex ] : http://strml.viewdocs.io/react-router-component#user-content-regular-expressions
78
79
[ server-side ] : http://strml.viewdocs.io/react-router-component/server-side
79
80
[ multiple ] : http://strml.viewdocs.io/react-router-component/multiple
80
81
[ contextual ] : http://strml.viewdocs.io/react-router-component/contextual
0 commit comments