constructor()

in old_examples/focus/app.js [7:11]


  constructor(props) {
    super(props);

    this.state = { inputValue: '' };
  }