Reactjs – How to call multiple custom hooks fetching data depending on previous data inside a custom hook itself?
To get certain data, I need to call multiple custom hooks, all of which are making api requests to get some data, then after each call, I need to use gotten data to pass to the next custom hook to…