React and modern JS subjects
These are a few subjects you should look into for working with React and most modern JS.
let & const
Arrow functions
Destructuring
Rest/Spread operators
- MDN: Spread operator
- MDN: Rest parameters
- Youtube: Let’s Learn ES6 - Spread Operator and Rest Parameters
Classes
Modules (import/export)
Filter & Map & Reduce & Find
- MDN: Filter
- MDN: Find
- MDN: Map
- MDN: Reduce
- Youtube: Higher-order functions - Part 1 of Functional Programming in JavaScript
- Youtube: Map - Part 2 of Functional Programming in JavaScript
- Youtube: Reduce basics - Part 3 of Functional Programming in JavaScript