File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -47,21 +47,24 @@ This library is written with CommonJS modules. If you are using
47
47
browserify, webpack, or similar, you can consume it like anything else
48
48
installed from npm.
49
49
50
- There is also a UMD build available on bower, find the library on
50
+ There is also a global build available on bower, find the library on
51
51
` window.ReactRouter ` .
52
52
53
53
Features
54
54
--------
55
55
56
56
- Nested views mapped to nested routes
57
57
- Modular construction of route hierarchy
58
- - Fully asynchronous transition hooks
58
+ - Sync and async transition hooks
59
59
- Transition abort / redirect / retry
60
60
- Dynamic segments
61
61
- Query parameters
62
62
- Links with automatic ` .active ` class when their route is active
63
63
- Multiple root routes
64
- - Hash or HTML5 history URLs
64
+ - Hash or HTML5 history (with fallback) URLs
65
+ - Declarative Redirect routes
66
+ - Declarative NotFound routes
67
+ - Browser scroll behavior with transitions
65
68
66
69
Check out the ` examples ` directory to see how simple previously complex UI
67
70
and workflows are to create.
You can’t perform that action at this time.
0 commit comments