A basic function inside a component using an arrow function
funcName = () => { this.setState({ }); };