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