Nawigacja komponentów bez zmiany routera React URL

const memoryHistory = createMemoryHistory(options);

// In your Router configuration
<Router history={memoryHistory} routes={routes} />
Sanu