shakacode / react_on_rails

Integration of React + Webpack + Rails + rails/webpacker including server-side rendering of React, enabling a better developer experience and faster client performance.
https://www.shakacode.com/react-on-rails/docs/
MIT License
5.08k stars 627 forks source link

Utilize shakacode/package_json for Enhanced Package Management Compatibility #1635

Closed vaukalak closed 4 hours ago

vaukalak commented 1 week ago

Is your feature request related to a problem? Please describe. react-on-rails could benefit from syncronized package management with shakapacker.

Describe the solution you'd like I suggest integrating shakacode/package_json to manage react-on-rails package configurations. This would unify dependency management and enhance project consistency.

justin808 commented 1 week ago

@G-Rath can you please make a PR from this? I’d like to ship ASAP.

turns out I still have my old branch: https://github.com/G-Rath/react_on_rails/tree/use-package_json

I’ve rebased that with the latest stuff on main and I think it’s almost good to go - the main thing missing is if any tests need to be written