First of all thank you for the great bootstrap example!
Have few questions:
- What's the purpose of making an
App class a subclass of a Component i.e. class App extends Component?
- And also why do you assign
new App(); to a const const app = new App();?