class Component extends React.Component { constructor(props) { super(props); this.state = {title: 'new title'}; } }