Defintion
JSX is a syntax extension for JavaScript that allows you to write HTML-like markup inside a JavaScript file.
Turns the view into a controller in a sense where the view gets access to state.
Rules
- return a single root element
- use fragments
- Close tags for self-closing tags
- camelCase stuff
- Attributes