|
@@ -26,6 +26,10 @@ index route is rendered.
|
|
First lets use the `IndexLink`
|
|
First lets use the `IndexLink`
|
|
|
|
|
|
```js
|
|
```js
|
|
|
|
+// App.js
|
|
|
|
+import { IndexLink, Link } from 'react-router'
|
|
|
|
+
|
|
|
|
+// ...
|
|
<li><IndexLink to="/" activeClassName="active">Home</IndexLink></li>
|
|
<li><IndexLink to="/" activeClassName="active">Home</IndexLink></li>
|
|
```
|
|
```
|
|
|
|
|