Kyounghwan01 / blog-comment

blog 코멘트 링크 레포
0 stars 0 forks source link

blog/React/common-component/ #8

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

React.js - 중복으로 쓰이는 공통 컴포넌트 만들기 | 기억보다 기록을

React.js - 중복으로 쓰이는 공통 컴포넌트 만들기, 매번 불러오지 않기, common component, redux, javascript

https://kyounghwan01.github.io/blog/React/common-component/

iguest3684 commented 3 years ago

main에서 header의 안에 있는 함수를 어떻게 호출하나요?

Kyounghwan01 commented 3 years ago

@iguest3684 먼저 늦게 답변드려서 죄송해요 ㅠ 여러가지 방법이 있을 꺼같아요 첫번째는 MainLayout에서 함수를 정의한 이후 header로 정의한 함수를 prop으로 내려서 실행하는 방법이 있고 두번째는 redux나 mobx 같은 상태관리 라이브러리를 이용해서 함수를 호출하는 방법이 있을것같네요!