Hacker News new | ask | show | jobs
by theduro 3856 days ago
I get that, but still no access to params and the ability to change them is still a boon for me. I often will use stand to store some basic state for deep linking certain views. For example a data grid and the sort or filter options. I was able to very elegantly execute this with redux-router and its full exposure of the entire route object and API pairity to pushState and replaceState
1 comments

That's great! Keep using redux-router then. I think you'd find that there's another pattern that works too, but there are multiple ways to do it.