I will use SWR to manage the data fetching. ... const { data: balance, mutate } = useSWR(['getBalance', account, 'latest'], { fetcher: fetcher(library), }) ...
確定! 回上一頁