为了账号安全,请及时绑定邮箱和手机立即绑定

react-router V4 路由嵌套后,父路由如何向子路由传递特定参数

react-router V4 路由嵌套后,父路由如何向子路由传递特定参数

PIPIONE 2018-11-22 15:11:29
以下是嵌套代码ReactDOM.render(  <HashRouter>    <App>      <Route path='/login' component={Login} />    </App>  </HashRouter>,  document.getElementById('root')父路由App的代码constructor(props) {    super(props);    this.state = {      userName: '123'    }  }render() {    return <div className="App">      {this.props.children}    </div>   }如何向子路由login传递userName这个参数?
查看完整描述

1 回答

?
精慕HU

TA贡献1845条经验 获得超8个赞

暂时用context来向子路由组件传递父路由state中的数据
context用法

查看完整回答
反对 回复 2018-12-14
  • 1 回答
  • 0 关注
  • 563 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信