ReactJS/State Component Life Cycle Learning-Developer 2019. 9. 29. 14:54 컴포넌트는 render함수를 많이 사용하지만, 이외에도 다양한 함수를 가지고 있다. 이들은 life cycle method를 가지는데, 이건 react가 컴포넌트를 생성하고 없애는 방식이다. 컴포넌트가 렌더되기 전후로 호출되는 함수가 있다. mount, update 등이 있다. componenetDidMount는 첫 렌더링이 끝난 뒤 호출되는 함수 https://velopert.com/1130 App.js 공유하기 게시글 관리 Learning-Developer 저작자표시 비영리 변경금지 (새창열림) 'ReactJS > State' 카테고리의 다른 글 State (0) 2019.09.29 'ReactJS/State' Related Articles State