const { data, error } = useSWR(['/api/user', { id, page }], fetchUser) // DON"T DO THIS! 그렇다면 param 값들을 한 데 모아 객체로 전달하지 않으면 ...
確定! 回上一頁