[React Native] 라이프 사이클 호출순서
React 클래스 컴포넌트는 함수형 컴포넌트와 다르게 라이프 사이클 함수들을 가지고 있으며, 이 라이프 사이클 함수를 통하여 컴포넌트를 효율적으로 활용할 수 있다. 호출순서 컴포넌트 생성 시 constructor getDerivedStateFromProps render componentDidMount 컴포넌트의 Props 변경 시 getDerivedStateFromProps shouldComponentUpdate render getSnapshotBeforeUpdate componentDidUpdate 컴포넌트의 State 변경 시 shouldComponentUpdate render getSnapshotBeforeUpdate componentDidUpdate 컴포넌트 렌더 중 에러 발생 시 componen..
[모바일 앱]/React Native
2020. 11. 21. 22:14
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크