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

  1. return a single root element
  2. Close tags for self-closing tags
  3. camelCase stuff
    • Attributes