React 16.6 The complete guide - sebihanudocs/react GitHub Wiki
https://reactjs.org/docs/events.html https://javascript.info/bubbling-and-capturing
don't mutate the state - array and object; let persons = [...this.state.persons]
https://reactjs.org/docs/events.html https://javascript.info/bubbling-and-capturing
don't mutate the state - array and object; let persons = [...this.state.persons]