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.
The text was updated successfully, but these errors were encountered:
Now with @angular-redux/router is not possible get Query Params or Router Params ? So to get an Query Param or Router Param we should use regex with @select() ?
Almost a year past the original question was asked, yet nothing has been done. Should we consider the issue as "we don't care", or just nobody has time to do that? Would be handy to at least get a minimal feedback on the status.
Currently we just stick the raw URL in the store:
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
.The text was updated successfully, but these errors were encountered: