[react] pureComponent, memo

jungeundelilahLEE·2021년 6월 1일
0

React

목록 보기
21/24

성능최적화를 위한
class - pureComponent
hooks - memo

createRef

context개념
조상 -> 부모 -> 자식
의 구조일 때,
조상이 자식에게 줄 때
// props를 받는다는 것은 쓸데업이 렌더링될 수도 있다는 우려를 가지고 있다.
이때, 부모를 거치지 않고 자식에게 바로 줄 수 있는 것

profile
delilah's journey

0개의 댓글