Actually, calling super in the constructor calls the constructor of the parent class. You can have access to this regardless of its use or not, but in the reaction context, these properties related to this , such as this.props and this.state , are set and configured correctly in the constructor of the React.Component class, so that you first called super, so this properly configured.
source share