Relative Content

Tag Archive for javascriptreact-nativefetch

fetching data with two call for server

I use one server call to fetch data that I need to pass to another component and to make a new server call there where I will take the URL and list the data, but I encounter that on the first click the array remains empty for the second server call, I get them only on refresh.