disable back button in react-router 2
问题 I am using react-router 2. My routes are defined as <Route path="/" component={App}> <IndexRoute component={Home}/> <Route path="/about" component={About}/> <Route path="/login" component={Login} onEnter={redirectToDashboard}/> <Route path="/logout" component={Logout} onEnter={logoutSession}/> <Route path="/dashboard" component={Dashboard} onEnter={redirectToLogin}/> </Route> Everything working fine but I am having problem disabling back button from my dashboard page. After successful login I