Automatic redirect after login with react-router

后端 未结 7 2472
广开言路
广开言路 2020-12-01 07:17

I wanted to build a Facebook login into my react/react-router/flux application. I have a listener registered on the login event and would like to redirect t

相关标签:
7条回答
  • 2020-12-01 08:04

    React Router v0.13

    The Router instance returned from Router.create can be passed around (or, if inside a React component, you can get it from the context object), and contains methods like transitionTo that you can use to transition to a new route.

    0 讨论(0)
提交回复
热议问题