react-url-query icon indicating copy to clipboard operation
react-url-query copied to clipboard

Get URL parameters state in actions

Open jendaa opened this issue 8 years ago • 0 comments

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

jendaa avatar Dec 20 '16 12:12 jendaa