@@ -12,7 +12,7 @@ starting from.
1212
1313### SSR + HMR Tutorial Demo
1414
15- - Repo: [ shakacode/react_on_rails_demo_ssr_hmr ] ( https://github.com/shakacode/react_on_rails_demo_ssr_hmr )
15+ - Repo: [ shakacode/react-on-rails-demo-ssr-hmr ] ( https://github.com/shakacode/react-on-rails-demo-ssr-hmr )
1616- Use it when you want the maintained Rails + React + SSR + HMR walkthrough repo
1717 that backs the tutorial and Webpack configuration guidance.
1818
@@ -36,15 +36,18 @@ starting from.
3636
3737## Migration References
3838
39+ For detailed proof criteria and migration contribution guidance, see
40+ [ Example Migrations] ( ../migrating/example-migrations.md ) .
41+
3942### Migrate from ` react-rails `
4043
41- - Repo: [ shakacode/react-on-rails-migration- example] ( https://github.com/shakacode/react-on-rails-migration- example )
44+ - Repo: [ shakacode/react-on-rails-example-migration ] ( https://github.com/shakacode/react-on-rails-example-migration )
4245- Use it when you want a focused before/after migration reference instead of
4346 reconstructing the upgrade from older blog posts.
4447
4548### Open Flights Migration Example
4649
47- - Repo: [ shakacode/react-on-rails-open-flights-example ] ( https://github.com/shakacode/react-on-rails-open-flights-example )
50+ - Repo: [ shakacode/react-on-rails-example- open-flights] ( https://github.com/shakacode/react-on-rails-example- open-flights )
4851- Use it when you want a larger example app that shows React on Rails replacing
4952 ` react-rails ` in a more realistic codebase.
5053
@@ -55,16 +58,24 @@ starting from.
5558
5659### Hacker News RSC Demo
5760
58- - Repo: [ shakacode/react-on-rails-hn-rsc-demo ] ( https://github.com/shakacode/react-on-rails-hn-rsc-demo )
61+ - Repo: [ shakacode/react-on-rails-demo-hacker-news-rsc ] ( https://github.com/shakacode/react-on-rails-demo-hacker-news-rsc )
5962- Use it when you want a compact public demo of React on Rails Pro with React
6063 Server Components on a familiar read-heavy UI.
6164
6265### Marketplace RSC Performance Demo
6366
64- - Repo: [ shakacode/react-server-components- marketplace-demo ] ( https://github.com/shakacode/react-server-components- marketplace-demo )
67+ - Repo: [ shakacode/react-on-rails-demo- marketplace-rsc ] ( https://github.com/shakacode/react-on-rails-demo- marketplace-rsc )
6568- Use it when you want a public performance-oriented RSC demo showing the shape
6669 of the user-visible win on a marketplace-style surface.
6770
71+ ### Gumroad-Style RSC Benchmark Demo
72+
73+ - Repo: [ shakacode/react-on-rails-demo-gumroad-rsc] ( https://github.com/shakacode/react-on-rails-demo-gumroad-rsc )
74+ - Use it when you want a benchmark-oriented comparison between an Inertia-style
75+ surface and a React on Rails Pro + RSC surface on the same product domain.
76+ - Note: this is a ShakaCode-built demo modeled on a Gumroad-style UI, not an
77+ official Gumroad product or integration.
78+
6879## Legacy Repos
6980
7081Version-specific demos, ` test-* ` repos, generator snapshots, and older tutorial
0 commit comments