handleTick()

in 01 - Core/06 - Refs.js [14:16]


  handleTick() {
    this.setState({ width: this.myDivRef.offsetWidth });
  }