This is a template for building React.js web apps without browserify, babel, and JSX.
These code is explained in this blog post.
No installation required! Just clone the repo (or download the files as zip) and open index.html
in the browser
other_examples/with_jsx
: The same example using JSXother_examples/third_party/third_party.html
: An example of using a 3rd party libraryother_examples/third_party/third_party_jsx.html
: An example of using a 3rd party library, with JSX