import useSWR from 'swr'; function Search() { const [keyword, ... Digging into the SWR docs I came across the initialData option (now ...
確定! 回上一頁