일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Java
- 코틀린
- 프로그래머스 자바
- codesandbox
- 코딩테스트 고득점 Kit
- 컴퓨터 네트워크
- 리액트 훅
- vanillaJS
- useState
- 백준
- 자바스크립트
- 자바
- JavaScript
- 자바 공부
- 디자인 패턴
- design pattern
- react hook
- 코딩테스트 고득점 Kit 완전탐색
- 장고
- 리액트
- 프로그래밍 언어론
- useEffect
- react firebase
- react
- NextJS
- React JS
- 프로그래머스
- 프로그래머스 완전탐색
- websocket
- 데이터모델링과마이닝
Archives
- Today
- Total
목록컴포넌트 간 함수 호출 (1)
기록하는 개발자
[React] 상위 컴포넌트에서 하위 컴포넌트의 함수 호출하기
참고 : https://medium.com/@nugen/react-hooks-calling-child-component-function-from-parent-component-4ea249d00740 React Hooks-Calling Child Component Function From Parent Component In this article we’re are assuming that you are somewhat familiar with React Hooks medium.com [ 상위 컴포넌트 ] import React, { useRef } from "react"; const ParenctComponent = () => { const myRef = useRef({}); function doSomet..
Web/React
2022. 1. 9. 19:15