Current split between Router, MemoryRouter and UniversalRouter is causing issue are features are not supported across the board and we increase even more the chances of misalignment.
We should kill both UniversalRouter and MemoryRouter, exposing just one Router that simply accepts history and allows isGlobal to be set on both router and resources stores (fixing #76).
Current split between
Router,MemoryRouterandUniversalRouteris causing issue are features are not supported across the board and we increase even more the chances of misalignment.We should kill both
UniversalRouterandMemoryRouter, exposing just oneRouterthat simply acceptshistoryand allowsisGlobalto be set on both router and resources stores (fixing #76).