componentDidMount()

in 01 - Core/02 - Mixins.js [35:38]


  componentDidMount() {
    super(); // This calls B.prototype.componentDidMount
    console.log('C');
  }