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

### Steps to reproduce 1. Create a rails 7.1 application with ruby 3.2.2 2. Setup Rspec/Capybara/Cuprite Defaults 3. add capybara-screenshot 4. Install latest version of react-rails gem and create a...

Help us help you! Have you looked for similar issues? Do you have reproduction steps? [Contributing Guide](CONTRIBUTING.md#reporting-bugs) Similar issue: https://github.com/reactjs/react-rails/issues/1303 ### Steps to reproduce (Guidelines for creating a bug report...

### Steps to reproduce Upgrade Rails to 7.1 ### Expected behavior Don't render header as text ### Actual behavior After upgrading to Rails 7.1 routes rendering views with `= react_component`...

### Summary When dynamically adding components to a page by using, for example, Turbo streams and either manually calling `ReactRailsUJS.mountComponents` or passing `ReactRailsUJS.handleMount` to a Turbo event, there's a bug...

I'm launching the esbuild script with the following line in package.json: "build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets --loader:.js=jsx --platform=node", With the loader option set to .js=jsx none of my...

discussion

1. Create a detailed compare/contrast of react_on_rails vs react-rails. 2. Create clear migration steps both from sprockets and webpacker/shakapacker Provide clear repo examples of before/after.

Documentation

### Steps to reproduce 1. Install the react-rails gem version 3.2.0 2. Try implementing hooks in functional component ### Expected behavior Hooks should be working as expected without getting the...

This is a recreation of #1305 as Diogo didn't give us permission to update his fork. - [ ] CI Passes - [ ] Update example app, and reference it...

### Steps to reproduce Hi there, I met an issue when integrating gem react-rails into my current project. And any suggestion would be much appreciated! My ultimate goal is to...

discussion

I don't have any bugs but I caught a problem when we decided to move our app to module flow we have seen a problem with **require** especially in the...