Skip to content

Commit 1de953b

Browse files
committed
Decouple examples docs from pending site work
1 parent 663587a commit 1de953b

1 file changed

Lines changed: 10 additions & 13 deletions

File tree

docs/oss/getting-started/examples-and-references.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ Use this page as the canonical index for public React on Rails reference repos.
44
The goal is to make evaluation, migration, and React on Rails Pro adoption easy
55
to navigate without scattering hard-coded repository links across the docs.
66

7-
For the curated marketing view, see
8-
[reactonrails.com/examples](https://reactonrails.com/examples).
9-
107
Some public repos still use older slugs with underscores or legacy wording.
11-
This page and the examples site are the source of truth for which public repos
12-
are current and worth starting from.
8+
This page is the source of truth for which public repos are current and worth
9+
starting from.
1310

1411
## Starter Repos
1512

@@ -24,6 +21,8 @@ are current and worth starting from.
2421
- Repo: [shakacode/react-on-rails-rsc-demo](https://github.com/shakacode/react-on-rails-rsc-demo)
2522
- Use it when you want a minimal public sample for React Server Components with
2623
React on Rails Pro.
24+
- Note: this repo uses React on Rails Pro. See [OSS vs Pro](./oss-vs-pro.md)
25+
for evaluation guidance.
2726

2827
## In-Repo Reference
2928

@@ -51,6 +50,9 @@ are current and worth starting from.
5150

5251
## React on Rails Pro + RSC Demos
5352

53+
> **Note:** The repos below use React on Rails Pro. See [OSS vs Pro](./oss-vs-pro.md)
54+
> for evaluation guidance.
55+
5456
### Hacker News RSC Demo
5557

5658
- Repo: [shakacode/react-on-rails-hn-rsc-demo](https://github.com/shakacode/react-on-rails-hn-rsc-demo)
@@ -63,18 +65,13 @@ are current and worth starting from.
6365
- Use it when you want a public performance-oriented RSC demo showing the shape
6466
of the user-visible win on a marketplace-style surface.
6567

66-
### Gumroad Inertia vs React on Rails Pro Comparison
67-
68-
- Repo: [shakacode/gumroad-rsc](https://github.com/shakacode/gumroad-rsc)
69-
- Use it when you want a benchmark-oriented comparison between an Inertia-style
70-
surface and a React on Rails Pro + RSC surface on the same product domain.
71-
7268
## Legacy Repos
7369

7470
Version-specific demos, `test-*` repos, generator snapshots, and older tutorial
7571
repos are useful historical references, but they are not the primary starting
7672
point for new evaluations.
7773

74+
- Legacy full app: [shakacode/react-webpack-rails-tutorial](https://github.com/shakacode/react-webpack-rails-tutorial) — older production-style app with a [live demo at reactrails.com](https://reactrails.com). Still useful as a historical reference, but not the recommended starting point for new projects.
75+
7876
If you are choosing a public reference repo for docs, talks, or adoption work,
79-
start with the repos above and the curated catalog at
80-
[reactonrails.com/examples](https://reactonrails.com/examples).
77+
start with the repos above.

0 commit comments

Comments
 (0)