Description
This issue was originally reported by @quadruplejump via facebook/react/issues/10147
Text of original issue:
The tutorials, with the exception of the "advanced guides", assume ES6/JSX.
The React without ES6 tutorial https://facebook.github.io/react/docs/react-without-es6.html still uses JSX.
The React without JSX tutorial https://facebook.github.io/react/docs/react-without-jsx.html still uses ES6.
What would a simple ES5 React demo look like?
To compare, the Vue introduction https://vuejs.org/v2/guide/ starts with very simple examples that you can just drop in a webpage.
Note from Dan
We can probably add an intro paragraph to both of these pages that links to HTML page with minimal example.
Note from Brian
Pending the outcome of #122, it might be nice to host the new minimal example in the repo and display it in CodeSandbox/Codepen.