How do I make a single request to a second API in React using a useState set in the first API request – Javascript
So I'm first making a call to my API to get and store user information, but then I need to make a second call to the API to get secondary information based on the response data from the first call.…