Modern JavaScript for React
Named exports
📄
📄
Default exports
📄
📄
var vs const & let
Don't use ! Use only if necessary! => Use !
Template string
We have several ways how to work with strings
Destructuring
Unpack properties from an object or values from an array
Object destructuring
Array destructuring
Arrow Function
Array method
Resources (MDN):