Lifecycle: ComponentWillUnmount()

componentWillUnmount() {
    clearInterval(this.timerID);
  }

Lifecycle: ComponentWillUnmount() — Structure map

Clickable & Draggable!

Lifecycle: ComponentWillUnmount() — Related pages: