ReactJS vs JSX vs Javascript
https://facebook.github.io/react/docs/introducing-jsx.html Object JSX represents object The following declarations are the same because Babel compiles JSX down to React.createElement() calls[js]const element = ( Hello, world! );[/js] [js] […]