底层机制:
React: state/props-->Components-->UI
Router: location-->Router-->UI
常用的方法 Router Route hashHistory(前进后退) Link(to)
例: <Router history={hashHistory}>
<Route component={Index} path='/' ></Route>
<Route component={ComponentList} path='list' ></Route>
</Router>
参数传递:
例 : 定义path: “list/:id”
使用this.params.id