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

**Specs**: * Rails 5.2 * Ruby 2.5.1 * Yarn 1.91.1 * React-Rails 2.6.0 * Postgresql 10 * Ubuntu 18.04 * Webpacker 4.0.7 * Websocket-driver 0.7.1 **Issue**: Getting these ever present...

### Steps to reproduce ##### app/javascript/packs/application.js ``` require('@rails/ujs').start(); require('turbolinks').start(); require('@rails/activestorage').start(); require('channels'); var componentRequireContext = require.context('pages', true); var ReactRailsUJS = require('react_ujs'); ReactRailsUJS.useContext(componentRequireContext); ``` have `require('turbolinks').start();` ![with turbolink[img]](https://i.imgur.com/FIz8DCt.gif) remove `require('turbolinks').start();` ![without turbolink[img]](https://i.imgur.com/HVHnK3n.gif)...

This is a feature request and not a bug (I think) so I've removed the template. I also searched to see if there were any other similar issues but I...

help wanted

### Steps to reproduce 1. add `{prerender: true}` to `react_component` ### Expected behavior Component to be server side rendered ### Actual behavior SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable...

Help us help you! Have you looked for similar issues? Do you have reproduction steps? [Contributing Guide](CONTRIBUTING.md#reporting-bugs) ### Steps to reproduce (Guidelines for creating a bug report are [available here](../CONTRIBUTING.md#reporting-bugs))...

We use pjax on an Rails app we are slowly converting from older JS to React. The issue: Components included with`react_component` do render on the first page load, but don't...

### Steps to reproduce Run `rails server` and start your application. Make a change to a jsx / tsx file, and save the file. ### Expected behavior The application compiles...

reproduction steps needed

### Summary This enables us to easily override `getConstructor` to not use global fallback, avoiding the all-consuming `try...catch`. ### Other Information Here's the context: Quoting https://github.com/reactjs/react-rails/issues/264#issuecomment-552326663 > Regarding `Encountered error...

### Steps to reproduce Use Webpacker, HMR, React-Hot-Loader in Rails > 5.2 ### Expected behavior Rails CSP DSL could be automatically patched to allow for these things. ### Actual behavior...

enhancement
discussion

### Description hey guys, i was thinking to create a cool documentation like https://reactjs.org/ and https://facebook.github.io/create-react-app/ to react-rails, i think with this new documentation page, both current and new users...