componentDidMount()

in 01 - Core/02 - Mixins.js [7:10]


  componentDidMount() {
    super(); // This will end up calling an empty function, placed by mixin()
    console.log('A');
  }