minimal-react
minimal-react copied to clipboard
How to create a minimal React.js project
Minimal React
This is a template for building React.js web apps without browserify, babel, and JSX.
These code is explained in this blog post.
Installation
No installation required! Just clone the repo (or download the files as zip) and open index.html in the browser
Other Examples
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