기타[기타] react에서 컴포넌트 위치로 스크롤 시키기Jul 10·1 min readuseRef로 컴포넌트 위치로 이동시키기const dodyRef = useRef(); dodyRef.current.scrollIntroView({behavior: "smooth"})