We will learn how to reduce the syntactic noise in the action creators and components when using arrow functions.
Would be great to have ESLint rule to enforce this :)
There is one—I believe it’s enabled in https://github.com/gaearon/todos. It’s part of the Airbnb preset.
Looks like the lint rule enforces the "implicit return" covered in the first part of the video, but not the ES6 method notation covered in the second.