반응형
리액트 - react lifecycle

기술개발/React, Frontend 2021. 3. 12. 18:29

(주의!!)본 글은 현재 시점에서는 레거시한 '클래스 컴포넌트'를 공부하며 작성한 글입니다. Lifecycle React Lifecycle Each component in React has a lifecycle which you can monitor and manipulate during its three main phases. The three phases are: Mounting, Updating, and Unmounting. Mounting means putting elements into the DOM. https://www.w3schools.com/react/react_lifecycle.asp Lifecycle은 크게 Mounting, Updating, Unmounting의 3가지 단계가 있다...

Article Thumbnail
반응형