going back without changing url react code example
Example: component navigation without changin the url react router
const memoryHistory = createMemoryHistory(options);
// In your Router configuration
<Router history={memoryHistory} routes={routes} />