DEV Community

Discussion on: React and Rails with Webpacker in Production

Collapse
 
nickytonline profile image
Nick Taylor

Consider looking at the dev.to repository. It's rails and uses webpacker. It uses Preact instead of React but the bundling story should be the same.

GitHub logo thepracticaldev / dev.to

Where programmers share ideas and help each other grow


DEV

DEV Community 👩‍💻👨‍💻

The Human Layer of the Stack

ruby version rails version Travis Status for thepracticaldev/dev.to Code Climate maintainability Code Climate test coverage Skylight badge CodeTriage badge Dependabot Badge

Welcome to the dev.to codebase. We are so excited to have you. With your help, we can build out DEV to be more stable and better serve our community.

What is dev.to?

dev.to (or just DEV) is a platform where software developers write articles, take part in discussions, and build their professional profiles. We value supportive and constructive dialogue in the pursuit of great code and career growth for all members. The ecosystem spans from beginner to advanced developers, and all are welcome to find their place within our community. ❤️

Table of Contents

Contributing

We encourage you to contribute to dev.to! Please check out the Contributing to dev.to guide for…




I'm not positive, but I believe @maestromac was the one who set it up initially.

Collapse
 
jmoore53 profile image
Jack Moore

Sweet. I'll check it out!

Collapse
 
maestromac profile image
Mac Siri

We got it working without react-rails gem. If you are using the newer version of rails you'll have webpacker installed. Follow their setup instruction and it should be enough to get you going.

Thread Thread
 
nickytonline profile image
Nick Taylor

Thanks for chiming in Mac!