Updating 썸네일형 리스트형 React v16 lifecycle - Updating 이전 글 React v16 lifecycle - Mounting과 이어집니다. (꼭 봐야 할 필요가 있을 정도로 이어지지는 없음) 이번에는 React v16 lifecycle 에서 Updating에 대해 알아봅시다. Updating 에는 5개의 lifecycle이 있습니다. - static getDerivedStateFromProps() - 마찬가지로 다루지 않습니다. - shouldComponentUpdate() - render() - 이전 글에 포함되어 있습니다. - getSnapshotBeforeUpdate() - componentDidUpdate() shouldComponentUpdate(nextProps, nextState) 매번 update 되기 전 실행됩니다. (단, forceUpdate, .. 더보기 이전 1 다음