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
{{ message }}
This repository was archived by the owner on Jun 15, 2020. It is now read-only.
I played a little with this lib. It looks great. I have a question though.
In my setup I use redux (kind of like in the plain redux example).Except I would like to use multiple url parameters coming from different components in actions (call an ajax request using multiple url parameters).
So far I stored these parameters in the redux state and called getState method in actions to get the parameters. Is there a way to do the same in react-url-query? If not, I think it would be nice to add it.