https://ko.reactjs.org/docs/forwarding-refs.html
React.forwardRef를 사용해 전달된 ref를 얻고,
렌더링되는 DOM으로 전달해준다.
ref는 직접 접근하기 위해 사용된다.
html 엘리먼트가 아닌
React컴포넌트에서 ref props를 사용하려면
forwardRef() 함수를 사용해야한다.
컴포넌트를 forwardRef()로 감싸주면 , 해당 컴포넌트는 두개의 매개변수를 갖게 된다.
어렵잖아..
'Frontend > React' 카테고리의 다른 글
React + day.js로 달력만들기 :) (0) | 2023.01.21 |
---|---|
forwardRef 사용법 (0) | 2022.05.26 |
React + styledComponent + radioButton / not updating (0) | 2022.04.19 |
Manifest: Line: 1, column: 1, Syntax error. (0) | 2022.04.06 |
React 18에서 지원하지 않는 [ReactDOM.render] (0) | 2022.04.06 |