First, let's import the useMemo hook: import React, { useEffect, useMemo } from "react"; Then we'll use the function to set words: const words = useMemo(() ...
確定! 回上一頁