[TIL] React 렌더링 조건

string_main·2022년 7월 26일
0

React

목록 보기
6/7
post-thumbnail
  1. State 변경이 있을 때
  2. 새로운 props가 전달 될 때
  3. 부모 컴포넌트가 렌더링 될 때
  4. shouldComponentUpdate에서 true가 반환될 때
  5. forceUpdate가 실행될 때

참고 자료

profile
FE developer

0개의 댓글