2020-01-23

views
home
article
users
index.js export default
npm install react route dom
只需要在顶层加 Router
Router
route component=home path=|home本身是一个组件
Link to=/home
NavLink activeclassname属性
Redirect to=/home from=/
Switch
Route exact完全匹配。由包含关系 子路由 exact
Hash Broswer
Query
动态路由
使用state隐式传参
向后端传参1:ajax 2:img 3:sendBeacon 移动端可用 兼容性较差 支持先发送数据再跳转
编程式导航 this.props.history.push({pathname:,state:})
withRouter

中后台

你可能感兴趣的:(笔记)