Reactjs – Can react-query make sequential network calls and wait for previous one to finish?
In the following code for example, how can I update react-query to wait for the previous call to be complete before starting the next one? I'm trying to hit an API that has rate limiting to one call at a…