JSX - mmedrano9438/peripheral-brain GitHub Wiki

  • JavaScript syntax extension that allows us to describe React's object tree with HTML-like syntax.
  • React doesn’t require using JSX, but it allows React to show more useful error and warning messages.
  • JSX Prevents Injection Attacks
  • Babel compiles JSX down to React.createElement() calls.