react_on_rails icon indicating copy to clipboard operation
react_on_rails copied to clipboard

Integration of React + Webpack + Rails + rails/webpacker including server-side rendering of React, enabling a better developer experience and faster client performance.

Results 55 react_on_rails issues
Sort by recently updated
recently updated
newest added

The `throwIfMissing` param of `getStore` should be optional as it defaults to `true` https://github.com/shakacode/react_on_rails/blob/35d9d6943f4b52b652c6142a8aa5ef0f8ca36f70/node_package/src/ReactOnRails.ts#L73 - - - This change is [](https://reviewable.io/reviews/shakacode/react_on_rails/1480)

### Summary This PR prevents displaying the Shakapcker 7+ deprecation message for: - `webpacker_precompile?` - `webpacker:clean` rake task ### Pull Request checklist - [x] Add/update test to cover these changes...

Hey, team, I hope everything is going great! Since `master` is an offensive term for descendants of enslaved people ([more details here](https://www.theserverside.com/feature/Why-GitHub-renamed-its-master-branch-to-main)), it'd be preferred to use `main` instead. CC:...

enhancement

Stealing the idea from https://github.com/reactjs/react-rails/issues/1134

enhancement

### Summary Add some instructions and a script to perform performance benchmarking on some server-side-rendering routes. The goal is to test the performance of different ExecJS runtimes in a real...

This will enable us to detect type conflicts similar to the ones resolved by https://github.com/shakacode/react_on_rails/pull/1582

contributions: up for grabs!

**Is your feature request related to a problem? Please describe.** Use the ab tool to test "hello wold" demo performance(same as our project), the performance dropped dramatically in Concurrency mode....

discussion
waiting for submitter

Is there any information how to get React components to render after Turbo Stream updates? I'm got a few components which don't render when our modals update and since turbo...

enhancement

So I'm using turbo streams for re-rendering forms when there are errors. where I replace the form `edit.turbo_stream.erb` ```erb ``` where form `_form.html.erb` ```erb ... ... ``` where controller actions...

discussion

Will resolve #1609 ### Summary This PR clarifies what sort of files are generated by ReactOnRails' pack generation & that pack generation users can commit the import statement that the...