I am new to React Router and learn that there are so many ways to redirect a page:
Using browserHistory.push(\"/path\")
browserHistory.push(\"/path\")
import
You also can Redirect within the Route as follows. This is for handle invalid routes.
Redirect
Route
( ) }/>