I posted this in the React Native section as thats the course I’ve been going through. But incase someone here can help faster.
Can someone explain to me the purposes of arrow functions . I kind of understand it as replacing this.props ? I dont understand yet why and when I am supposed to use arrow functions.
Additionally how do I know if im using an empty set of parenthesis or a variable ex - () => … or message => …