Data fetching in React — How to use SWR. ... import axios from 'axios'; const fetcher = url => axios.get(url).then(res => res.data);
確定! 回上一頁