일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Next13
- react hook
- 고급안내서
- CSS
- getUTCDate
- react
- notFound()
- context
- Babel
- React 18
- React 18 Nextjs
- Nextjs
- hook
- background tab
- React API 참고서
- background setInterval
- codingtest
- Render Props
- React 공식문서
- background setttimeout
- Javascript
- React 고급안내서
- background: url
- React 고급 안내서
- RTK Query
- React18
- Nextjs React 18
- next13 head
- Programmers
- react-helmet
Archives
- Today
- Total
목록Ref 전달하기 (1)
akjfal
Ref 전달하기
Ref 전달하기 Ref 전달하기 – React A JavaScript library for building user interfaces ko.reactjs.org Ref전달은 컴포넌트를 통해 자식 중 하나에 ref를 전달하는 기법입니다. 일반적으로 사용되지 않지만, 재사용이 가능한 컴포넌트에 유용할 수 있습니다. DOM에 refs 전달하기 button, input등의 ref를 조작할 필요가 있을 수 있습니다. 이러한 경우에는 const FancyButton = React.forwardRef((props, ref) => ( {props.children} )); const ref = React.creatRef(); click me React.createRef 를 통해서 React ref를 생성하고 ref변수..
(구)React 공식문서/고급 안내서
2023. 2. 16. 16:56