I am using react router. Assume I am in /dashboard
route.
Now if I refresh the page, request will go to the server. And server redirects to /
. What happens here is, I am navigated to /
route, instead of /dashboard
.
What I want is, When I refresh the page, I want to navigate to the same route instead of navigating to /
.
Can anyone help me in resolving this issue?