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

Hi, I'm glad that the project gets back to being active 👍 I want to know if the project will still use [babel-transpiler](https://github.com/babel/ruby-babel-transpiler). As you know, the gem has been...

discussion

Now that react 18 is released I'd love to try it out with react_rails. I've been through the code and see you've already enabled that on master in the react_ujs...

enhancement

### Summary Bundle React 18 Fixes #1171

enhancement

### Summary Doesn't make any sense for a package to depend on itself. If you import react_ujs manually from npm, the package-lock entry for it looks like ``` "react_ujs": {...

Update to import react-dom/client package instead of react-dom as described in: https://reactjs.org/docs/react-dom.html This takes care of this react 18 warning: _You are importing createRoot from "react-dom" which is not supported....

enhancement

Let's use this issue to track issues related to a major version bump. - [ ] Remove bundling of React source code. Why? This is better done with yarn and...

enhancement

Hi I was wondering if there are any plans to upgrade `react-rails` to rails `7.0`. I would like to update my application to the newest version but I am stuck...

### Summary In some cases, it is desirable to be able to have multiple `require.context` and attempt to resolve in each before falling back to global. This PR adds `useContexts`...

This is a feature suggestion, and I imagine it would be a ton of work, so I mainly just wanted to start a thread for discussion. React-Rails already supports both...

enhancement
help wanted

### Steps to reproduce Starting with 2.6.2, I started seeing errors of the form ``` Uglifier::Error: Unexpected token: keyword (const). To use ES6 syntax, harmony mode must be enabled w...