DEV Community

Discussion on: Fetching data from an api using React/Redux

Collapse
 
nanettecodes profile image
Nanette

Does anyone have any advice on something.... Im working on an app that is going to make an API call using this technique. It will return a an array of items. each item will have a URL property. When the user clicks on said item (will be displayed in cards) I need a second API call to happen to that url that came from the first call... I cant figure out how to pass that data to the api call. any advice?