in 01 - Core/02 - Mixins.js [21:24]
componentDidMount() { console.log('B'); super(); // This will end up calling A.componentDidMount }