Skip to main content

Examples and migration references

Use concrete repos and concrete guides when deciding whether React on Rails fits.

These links are meant for evaluation, migration, and validation work. They are not a parallel docs track.

Start with a decision path

Choose the guide that matches your migration or evaluation goal.

Evaluator path

Compare setup approaches

Start with the docs landing page to choose between new app setup, existing app install, migration, or Pro evaluation.

Open the docs guide

Migration path

Move from react-rails

Follow a migration sequence validated against a real open-source example app instead of reconstructing it from old guides.

Use the react-rails guide

Reference repos

Open-source apps that map to the docs.

react_on_rails_demo_ssr_hmr

Canonical demo app showing React on Rails setup with SSR and hot reloading workflows.

Open repository

react-rails-example-app

Legacy react-rails app used to validate the migration guide and current Rails-version constraints.

Open repository

vite_ruby/examples/rails

Official Vite Rails sample app used to document migration preflight and dependency lockfile issues.

Open repository