Justin Gordon

Results 444 comments of Justin Gordon

We need a solution that uses: https://github.com/pmmmwh/react-refresh-webpack-plugin/ Per https://github.com/gaearon/react-hot-loader, react-hot-loader is no longer recommended. The new plugin is much less intrusive to your source code. It does not require changing...

I'm facing the same issue with the new version of https://github.com/shakacode/react_on_rails. With the simplest hello_world example that uses the same bundle for both client and server rendering from the running...

I've made some more progress on this issue: If you are using server-side rendering, the `bin/webpack-dev-server` can work for both the client and server bundles so long as these values...

@mariaxtina we've got HMR working nicely with SSR, Webpack 5, and pretty much everything with https://github.com/shakacode/react_on_rails. There should be no reason this won't work for react-rails. If anybody here is...

Hi @bswinnerton and @breadface, I'm not sure how this can be done with react-rails. Maybe this can provide some inspiration, with what I call a render component: [Specifying Your React...

@rapito can you try with shakapacker v6. I suspect that your issues will resolve with that update.

@Nicolasramos411 you need to update. https://github.com/shakacode/shakapacker/ And we're about to add a huge speed improvement: https://github.com/shakacode/shakapacker/pull/97

@cymen, thanks for your contribution. Sorry for the delays to get this merged and shipped. Looks useful! Please: 1. rebase on master 2. add unit tests 3. add a CHANGELOG.md...

@aschneit can you give it a try? I see no reason that it wouldn't.

Why should we keep supporting the bundling of React with this gem? What's the reason to skip using yarn? I think we should have a major version bump and remove...