I am using useSWR to fetch data and then with the data, I want to get a total by using reduce. ... useEffect(() => { const fetcher = url => axios .get(url, ...
確定! 回上一頁