Basic Example with Precompiled JSX

If you can see this, React is not running. Try running:

npm install -g react-tools
cd examples/basic-jsx-precompile/
jsx . build/

Example Details

This is written with JSX in a separate file and precompiled to vanilla JS by running:

npm install -g react-tools
cd examples/basic-jsx-precompile/
jsx . build/

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