With react-router I can use the Link element to create links which are natively handled by react router.
react-router
Link
I see internally it calls t
t
If you are using hash or browser history then you can do
hashHistory.push('/login'); browserHistory.push('/login');