反应路由问题重定向

时间:2020-03-18 16:30:55

标签: reactjs react-native react-router

如何通过onload获取哈希位置

            <Redirect exact from="/:id" to="/user/1231231"/>
            <Route path="/user/:id" exact component={UserComponent}/>

1 个答案:

答案 0 :(得分:1)

我不知道您使用的软件包的版本。但是这里有个基本的例子。尝试去?profile=:id

https://codesandbox.io/s/react-router-stackoverflow-lchu9

gif