-
React - componentWillReceiveProps(newProps)스터디노트/Front-end 2021. 12. 4. 17:01
componentWillReceiveProps(newProps)
- 새로운 속성에 따라 상태를 변경할 때.
- 기존 속성값은 this.props
- setState를 호출해도 재렌더링 되지 않는다.
- 속성값의 변경과 상관 없이 제렌더링이 될때마다 호출된다.
'스터디노트 > Front-end' 카테고리의 다른 글
HTML Tag (progress, meter, summary, picture, datalist) (0) 2022.01.16 React Life Cycle (0) 2021.11.25 웹 문서화면 이미지 다운로드 (dom-to-image) (0) 2021.11.23 Redux (0) 2021.11.18