componentDidMount () {
        doRender = () => {
          this.setState({
            count: ++this.state.count
          })