import useSWR from 'swr'; const fetcher = (url) ... In the example above, the useSWR(key, fetcher, options) hook returns data from cache ...
確定! 回上一頁