I am trying to make ReactJS work with rails using this tutorial. I am getting this error:
Uncaught ReferenceError: React is not defined
import React, { Component, PropTypes } from 'react';
This may also work!