Code for the "React On Rails" presentation I gave at BostonRb on 9/8/15.
The associated slides can be found here on SpeakerDeck.
Contains examples for integrating React into a Rails app via the react-rails
gem.
To jump to the interesting "Reacty" bits take a look at:
/app/assets/components/*.jsx
React componentsapp/views/post/*.html.erb
Views utilizing thereact_component
helper from react-railsexamples
has sections of code that were used for slides.