useEffect(() => { // setup a side effect window.addEventListener("resize", resizeHandler); // remove the side effect return ...
確定! 回上一頁