Skip to content

Commit 905457b

Browse files
justin808claude
andcommitted
docs: address PR review — merge duplicate link, expand RSC label
- migrating-from-react-rails.md: combine two consecutive sentences pointing to example-migrations.md and clarify that in-progress PRs live in meta issue #3125, not on the example-migrations page. - example-migrations.md: expand the terse "RSC" link label to "React Server Components (RSC)" for consistency with sibling entries. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7e5a43a commit 905457b

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

docs/oss/migrating/example-migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ Other migration paths live in the **Migration Guides** sidebar:
134134
- [Babel → SWC](./babel-to-swc-migration.md)
135135
- [Rails 5 API-only](./convert-rails-5-api-only-app.md)
136136
- [AngularJS](./angular-js-integration-migration.md)
137-
- [RSC](./migrating-to-rsc.md)
137+
- [React Server Components (RSC)](./migrating-to-rsc.md)
138138

139139
The migration guides explain the mechanics. This page shows what those mechanics look like in real repos.

docs/oss/migrating/migrating-from-react-rails.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,7 @@ Older `react-rails` apps frequently need these additional fixes after the genera
136136
ReactOnRails::TestHelper.configure_rspec_to_compile_assets(config)
137137
```
138138

139-
For published repo examples, including older and Rails 7-era `react-rails` migrations, see [Example Migrations](./example-migrations.md).
140-
141-
For additional real-world migration references and active public PRs, see [Example Migrations](./example-migrations.md).
139+
For published repo examples (including older and Rails 7-era `react-rails` migrations) and additional real-world references, see [Example Migrations](./example-migrations.md). In-progress migration PRs are tracked in the meta issue [#3125](https://github.com/shakacode/react_on_rails/issues/3125).
142140

143141
## Practical checklist for Webpacker-era apps
144142

0 commit comments

Comments
 (0)