react js and what am trying to achieve is to remove the last route from my history,
so for eg if a user logs into my application on press of the back button he should not get redirected to the login screen again.....
i tried to use history.replace but somehow its not working, how do i remove the last path from the history??
you want history.goBack?
nope, i want the current route to get replaced with another route
by it's not working do you mean that the sign-in page is still in history if you hold the back button?
Обсуждают сегодня