I\'m new to both ES6 and React and I keep seeing arrow functions. Why is it that some arrow functions use curly braces after the fat arrow and some use parentheses? For exam
Parenthesis has an implicit return statement while curly braces you need an explicit return statement