JSX

JSX – syntax extension of JavaScript.
Using it with React to describe what the UI should look like.
JSX remind a template language, but it comes with the full power of JavaScript.
JSX produces React „elements”

Class Components:
– if components need access to this keyword – use JS6 Classes
– if components need Lifecycle Methods – use JS6 Classes