react-rails icon indicating copy to clipboard operation
react-rails copied to clipboard

Integrate React.js with Rails views and controllers, the asset pipeline, or webpacker.

Results 126 react-rails issues
Sort by recently updated
recently updated
newest added

Help us help you! Please choose one: - [ ] My app crashes with `react-rails`, so I've included the stack trace and the exact steps which make it crash. -...

Help us help you! Please choose one: - [ ] My app crashes with `react-rails`, so I've included the stack trace and the exact steps which make it crash. -...

reproduction steps needed

### Summary This solves the case where we want to camelize_props, but those props aren't explicitly a hash or array (for example `ActiveModel::Serializer`, `Representable`, `ActionController::Parameters`, etc. As mentioned about, I'm...

enhancement

Related to #947 and any other issue mentioning `Set`, Node < 6 or RubyRacer. All of those issues are due to old JS runtimes. I would welcome a PR that...

good first issue
help wanted
Hacktoberfest

Javascripts/pack/application.js does not mount and execute.react_component calls helloworld script file only if the installers execution sequence changed. ### Steps to reproduce In react-rails setup process: ``` $ rails new my-app...

help wanted
Hacktoberfest

### System configuration **Sprockets or Webpacker version**: @rails/webpacker": "^3.2.2" **React-Rails version**: 2.4.4 **Rect_UJS version**: 2.4.4 **Rails version**: 5.1.6 **Ruby version**: 2.5.0 ------- Hi! I'm trying to use Redux and React...

### Steps to reproduce Render any react component with a Provider on the server (set prerender as true) ### Expected behavior The component should be generated from the server, then...

discussion

- [x] I have another issue to discuss. ------- The app is large. I use code chunking like this... shared.js ```javascript new webpack.optimize.CommonsChunkPlugin({ names: ['common'], chunks: [ "components/a", "components/b", "components/c",...

discussion

I have a question that borrows some ideas from Stimulus (https://github.com/stimulusjs/stimulus). From what I understand, Stimulus uses data attributes to represent state, similar to how you can pass props to...

Help us help you! Please choose one: - [ ] My app crashes with `react-rails`, so I've included the stack trace and the exact steps which make it crash. -...

bug
reproduction steps needed