Merging react-rails and react_on_rails?
See original GitHub issueWould it make any sense to consider merging react-rails and react_on_rails?
A long time ago, Merb merged with Rails:
- https://yehudakatz.com/2008/12/23/rails-and-merb-merge/
- https://rubyonrails.org/2008/12/23/merb-gets-merged-into-rails-3
Data Points
- The core API of react_component is essentially the same,
react_component
- Both projects should leverage https://github.com/shakacode/shakapacker as much as possible
What else?
I think we can build more together than working separately.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Webpack Configuration - React on Rails - Shakacode
First, you should have a /config/webpacker.yml setup. Here is the setup when using the recommended /client directory for your node_modules and source files:....
Read more >Rails, React and Me - codeburst
Why react-on-rails. I needed an easy way to merge the two stacks without the need to rewrite the react files. React_on_rails allows you...
Read more >react-on-rails - npm
Like the react-rails gem, React on Rails is capable of server-side rendering with fragment caching and is compatible with turbolinks.
Read more >Blending React into a Rails Project - Notch8
React-Rails gem. I am starting here because this is the easiest way to get started with React on Rails. Per usual, just include...
Read more >How to Connect Rails with React to Create Responsive Apps
We also talked about the two main ways of combining Ruby on Rails backend with React: Using react-rails; Using react-on-rails gems together ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Earlier this year, I was focused on Webpacker ==> https://github.com/shakacode/shakapacker.
I’m open to spending more time in the future figuring out how react-rails and react_on_rails will both serve the Rails community over the short and long term.
Please do join our React Rails Slack.
@BookOfGreg @justin808 Any updates on this?