Add React With Webpacker To A New Rails App
PreviousAdd ActiveRecord Error Not Tied To Any AttributeNextAdd timestamptz Columns With The Migration DSL
Last updated
Was this helpful?
Last updated
Was this helpful?
makes it easy to manage app-like JavaScript in the context of a Rails app. React is a great candidate for this kind of webpack-powered JavaScript processing pipeline.
To set up a new Rails project with Webpack and React wired up, add the --webpack=react
flag:
As part of the generated app, you will get a app/javascript/packs
directory with a hello_react.jsx
file that has a really basic React component.