handleTick()

in 01 - Core/06 - Refs.js [105:108]


  handleTick() {
    var node = React.findDOMNode(this);
    this.setState({ width: node.offsetWidth });
  }