I\'m trying to implement a very simple use case, a UI feature, where:
Use componentDidUpdate method to every time update the component
componentDidUpdate
componentDidUpdate(prevProps, prevState) { this.input.focus(); }