Skip to content
This repository has been archived by the owner on Dec 24, 2019. It is now read-only.

How to get querystring values #67

Open
govind999 opened this issue Oct 8, 2016 · 0 comments
Open

How to get querystring values #67

govind999 opened this issue Oct 8, 2016 · 0 comments

Comments

@govind999
Copy link

I have a URL as below with various query string values.

http://localhost:3000/product/?id=123&name=test

I am using your code for isomorphic application using redux, react. So i am firing action and may i know how can i get these query string values to redux action file?

export function getProductData(params) {

debug('Action Requested:' + params);

return {
type: GET_PRODUCT_DATA,
promise: request.get(API_URL + params.productId)
}
};
Because in action i am firing the API call and i need that ID from querystring value.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant