const { quote, isValidating, mutate } = useRandomQuote(); return ( {/* ... */} <button // ... onClick={() => mutate()} > New Quote </button> ...
確定! 回上一頁