supasate / connected-react-router

A Redux binding for React Router v4
MIT License
4.73k stars 594 forks source link

What about the MemoryRouter? #329

Open vikkio88 opened 5 years ago

vikkio88 commented 5 years ago

https://github.com/ReactTraining/react-router/blob/master/packages/react-router/docs/api/MemoryRouter.md#memoryrouter

would be nice to be able to specify the type of router you want, rather than just fallback to the default Router

fiskus-naive commented 5 years ago

Try to use createMemoryHistory instead of createBrowserHistory https://github.com/ReactTraining/history/blob/master/docs/GettingStarted.md