IndexRoute 默认子路由
当跳转到父路径的时候,这个默认组件自动render
<Router> |
Index Redirects
自动跳转
redirect / to /welcome
<Route path="/" component={App}> |
Index Links
这个给跟路径用到,为的是解决 默认的link的 active状态
<IndexLink to="/">Home</IndexLink>.
当跳转到父路径的时候,这个默认组件自动render
<Router> |
自动跳转
redirect / to /welcome
<Route path="/" component={App}> |
这个给跟路径用到,为的是解决 默认的link的 active状态
<IndexLink to="/">Home</IndexLink>.