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 134 react-rails issues
Sort by recently updated
recently updated
newest added

After upgrading Propshaft from 1.2.1 to 1.3.1, rails can no longer start: ``` /Users/some_user/.gem/ruby/3.4.4/gems/react-rails-3.2.1/lib/react/rails/railtie.rb:81:in 'block in ': undefined method 'version' for an instance of Propshaft::Assembly (NoMethodError) sprockets_env.version = [sprockets_env.version, "react-#{asset_variant.react_build}"].compact.join("-")...

### Summary Prepares the repository for the 3.3.0 release and updates all internal documentation links from the master branch to the main branch. The 3.3.0 release adds support for Propshaft...

When upgrading from Rails 7.2 to 8, we encountered an issue where controller layouts are no longer applied when using render :component with server-side rendering in react-rails. [This document](https://github.com/reactjs/react-rails/blob/master/docs/controller-actions.md) talks...

Upgraded to react-rails 3.2.1 from react-rails 2.6.2 with asset pipeline Not calling createRoot explicitly anywhere in the code. As we are using asset pipeline no package.json/webpacker/shakapacker included in the code...