I want to create a form and save some values. I have this constructor code :
constructor(props) { super(props); this.state = {value: \'\'}; this.handleChan