這裡 useSWR hooks 接收兩個parameters, key 和 fetcher function。 key :SWR 會根據這key 做cache,通常是請求的API URL. fetcher :去做抓取的function, ...
確定! 回上一頁