You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is enough to allow time travel over app routes, which is handy. However, consider
Contrast this with how react-router-redux does things:
Breaking down the query params into an object; possibly also doing the same thing with route params, would make it much easier to make combination selectors from store and router state using select or @select.
matusbielik, jvbianchi, srenatus, baststar, GenZodd and 9 more