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

Upgrade path

Move from OSS to Pro

If your current app needs more SSR throughput or RSC support, compare OSS and Pro before adding the Pro package.

Compare OSS and Pro

RSC proof path

Inspect the RSC performance demo

Open the benchmark dashboard for LocalHub, the sample marketplace app, with Lighthouse reports, bundle-size evidence, and SSR/client/RSC comparisons.

Open RSC benchmark

Reference repos

Public apps and demos 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

react-on-rails-demo-marketplace-rsc

Public React on Rails Pro + RSC marketplace demo behind the LocalHub sample app Lighthouse and bundle-size comparisons.

Open repository