react state with props code example Example 1: set state setState({ searchTerm: event.target.value }) Example 2: reading state react this.setState({ count: this.state.count + 1 })}> Click me