重定向到路由redux

时间:2016-03-23 20:03:17

标签: redirect reactjs router redux

我使用react-redux-router,我尝试进行重定向。但我现在不知道如何正确地做到这一点。我所知的只有解决方案是调度“@@ router / LOCATION_CHANGE”事件,但似乎不正确。有没有更好的方法来重定向?

1 个答案:

答案 0 :(得分:1)

使用Redirect组件可以完成访问路径时的重定向;检查https://github.com/reactjs/react-router/blob/master/docs/API.md#redirect

对于应用程序本身的重定向,请检查来自react-router-redux的push()(您似乎正在使用此库):https://github.com/reactjs/react-router-redux#pushlocation-replacelocation-gonumber-goback-goforward