React and Redux: Manage State Locally First: Value={this.state.input}

@camperextraordinaire I understand how props are passed to HTML element using JSX, I did not know, or I forgot that input has a value attribute. I understand what is going on now. Thank you!