react-url-query
react-url-query copied to clipboard
Get URL parameters state in actions
Hello,
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.
Jan