-
React16.4 이상 버전
React16.3 이하 버전
구성
생성 될 때
constructor
static getDerivedStateFromProps
render
React DOM 및 refs 업데이트
componentDidMount
업데이트 할 때
New props
static getDerivedStateFromProps
shouldComponentUpdate
render
getSnapshotBeforeUpdate
React DOM 및 refs 업데이트
componentDidUpdate
setState()
static getDerivedStateFromProps
shouldComponentUpdate
render
getSnapshotBeforeUpdate
React DOM 및 refs 업데이트
componentDidUpdate
forceUpdate()
static getDerivedStateFromProps
render
getSnapshotBeforeUpdate
React DOM 및 refs 업데이트
componentDidUpdate
제거 할 때
componentWillUnmount'React' 카테고리의 다른 글
React Counter 초당1씩 증가 예제 (0) 2022.11.19 React Render (0) 2022.11.19 React State (0) 2022.11.19 React Element (0) 2022.11.19 React Hello world (root.render방식) Ex (0) 2022.11.18 React Props (0) 2022.11.18 React Component (0) 2022.11.18 React input처리(사용자 입력 받기) (0) 2022.11.18