You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-26Lines changed: 13 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,7 @@ with powerful features like lazy code loading, dynamic route matching,
11
11
and location transition handling built right in. Make the URL your first
12
12
thought, not an after-thought.
13
13
14
-
Docs & Help
15
-
-----------
14
+
### Docs & Help
16
15
17
16
-[Guides and API Docs](https://rackt.github.io/react-router)
18
17
-[Upgrade Guide](/UPGRADE_GUIDE.md)
@@ -22,19 +21,15 @@ Docs & Help
22
21
**Note: the docs and the examples in master refer to the 1.0 Beta and may be incomplete.**
23
22
**Browse [the website](http://rackt.github.io/react-router/) and [the 0.13.3 tag](https://github.com/rackt/react-router/tree/v0.13.3) for the information about the latest stable version.**
24
23
25
-
Browser Support
26
-
---------------
24
+
### Browser Support
27
25
28
26
We support all browsers and environments where React runs.
29
27
30
-
Installation
31
-
------------
28
+
### Installation
32
29
33
-
### npm + webpack/browserify
30
+
####npm + webpack/browserify
34
31
35
-
```sh
36
-
npm install react-router
37
-
```
32
+
$ npm install react-router
38
33
39
34
Then with a module bundler or webpack, use as you would anything else:
40
35
@@ -51,21 +46,17 @@ var Link = ReactRouter.Link;
51
46
52
47
There's also a `lib/umd` folder containing a UMD version.
53
48
54
-
### bower + who knows what
49
+
####bower + who knows what
55
50
56
-
```sh
57
-
bower install react-router
58
-
```
51
+
$ bower install react-router
59
52
60
-
Find the UMD/global build in `lib/umd`, and the library on
61
-
`window.ReactRouter`. Best of luck to you. :)
53
+
Find the UMD/global build in `lib/umd`, and the library on `window.ReactRouter`. Best of luck to you. :)
62
54
63
55
### CDN
64
56
65
57
Available on cdnjs [here](https://cdnjs.com/libraries/react-router).
66
58
67
-
What's it look like?
68
-
--------------------
59
+
### What's it look like?
69
60
70
61
```js
71
62
import { Router, Route } from'react-router';
@@ -133,13 +124,9 @@ React.render((
133
124
See more in the [overview guide](/doc/00 Guides/0 Overview.md) and [Advanced
134
125
Usage](/doc/00 Guides/Advanced Usage.md)
135
126
136
-
Contributing
137
-
------------
138
-
139
-
Please see [CONTRIBUTING](CONTRIBUTING.md)
127
+
### Thanks
140
128
141
-
Thanks, Ember
142
-
-------------
143
-
144
-
React Router was initially inspired by Ember's fantastic Router. Many
129
+
React Router was initially inspired by Ember's fantastic router. Many
145
130
thanks to the Ember team.
131
+
132
+
Also, thanks to [BrowserStack](https://www.browserstack.com/) for providing the infrastructure that allows us to run our build in real browsers.
0 commit comments