I am trying to make ReactJS work with rails using this tutorial. I am getting this error:
Uncaught ReferenceError: React is not defined
Adding to Santosh :
You can load React by
import React from 'react'