728x90 useClick1 [리액트 공부] 노마드 코더, 실전형 리액트 Hooks 10개 - useClick 노마드 코드의 무료 강의 웹사이트는 아래 주소로 가면 된다. nomadcoders.co/ [예제 코드] import { StrictMode, useState, useEffect, useRef } from "react"; import ReactDOM from "react-dom"; const App = () => { const potato = useRef(); setTimeout(() => console.log(potato.current), 5000) return ( Hi ); }; const rootElement = document.getElementById("root"); ReactDOM.render(, rootElement); [강의 설명] reference는 document.getElementbyI.. 2021. 4. 28. 이전 1 다음 728x90