Slide 22
Slide 22 text
REACT ON RAILS: 3 WAYS TO
INTEGRATE
• 1) Rails-React Gem: light, drop in components
anywhere in Rails view
• 2) Separate entire front-end in React, bundled by
Webpack and injected into Rails asset pipeline
• 3) Stand-alone front-end in Node/React, and use
Rails-API for back-end only