swr useSWRInfinite example. function getKey(index, previousPageData) { return `/api/test?p=${index+1}` } async function fetcher(api) { //request to server } ...
確定! 回上一頁