Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 634 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 634 Bytes

React on Rails

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 components
  • app/views/post/*.html.erb Views utilizing the react_component helper from react-rails
  • examples has sections of code that were used for slides.