Using React Hooks useState and useEffect you can do the following: const [timer, setTimer] = useState(1); useEffect(() => { const timerId ...
確定! 回上一頁