Add the hyperloop gem to your rails (4.0 - 5.1) Gemfile
bundle install
Add the hyperloop manifest to the application.js file:
// app/assets/javascripts/application.js
...
//= hyperloop-loader
Create your react components, and place them in the hyperloop/components directory
# app/hyperl...