This repository is a migrated version of ganchdev/react-rails-example, converted from react-rails to react_on_rails.
- Ruby 3.1+
- Node.js 18+
- Yarn 1.x
- Migrating from
react-railstoreact_on_rails shakapacker-based client and server bundles- React component registration and SSR setup
- Development process options via
bin/dev
bundle installyarn installbin/rails db:preparebin/dev- Visit
http://localhost:3000/hello_world
- This app is intentionally minimal and focused on migration outcomes.
- Generated React on Rails files are kept in-repo so users can inspect exact changes after migration.