showing results for - "component navigation without changin the url react router"
Dilys
07 Mar 2016
1const memoryHistory = createMemoryHistory(options);
2
3// In your Router configuration
4<Router history={memoryHistory} routes={routes} />