Basic CommonJS Example with Browserify

To install React, follow the instructions on GitHub.

If you can see this, React is not working right. If you checked out the source from GitHub make sure to run grunt.

Example Details

This is written with JSX in a CommonJS module and precompiled to vanilla JS by navigating to the example directory

cd /path/to/react/examples/example-name
and running
npm start

(don't forget to install first)
npm install

Learn more about React at facebook.github.io/react.