While learning React, I used arrow functions quite a bit, but I never deeply understood how they work or when to use them. It’s time to dive deeper. Differences between an arrow function expression and a traditional function expression: Can’t use this or super, and should not be used as…