chaeb1n.log
로그인
chaeb1n.log
로그인
LifeCycle & 조건부 렌더링
쌓아가는 곳간
·
2020년 12월 15일
팔로우
0
0
React
목록 보기
3/5
Lifecycle 기본 순서
constructor
render
componentDidMount
//최초 실행시
(fetch 완료)
render
(setState)
componentDidUpdate (setState 되었기 때문에
컴포넌트 업데이트 발생
)
componentWillUnmount
//제거 할 때
이해하기!
한줄 한줄 실행된다.
componentDidMount는 메서드이므로 이름변경 불가하다.
쌓아가는 곳간
cbhan0102@gmail.com
팔로우
이전 포스트
리액트에서 img 태그 버그 해결방법 : alt 의 중요성
다음 포스트
props 와 state
0개의 댓글
댓글 작성