Skip to content

Commit a7a1cd3

Browse files
committed
Tighten evaluator comparison copy
1 parent 79c1d87 commit a7a1cd3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/oss/getting-started/comparing-react-on-rails-to-alternatives.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Choose **React on Rails** when you want Rails and React tightly integrated, you
1010

1111
Choose **Hotwire/Turbo** when Rails-rendered HTML is still your preferred model and you only need modest JavaScript sprinkles or progressive enhancement.
1212

13-
Choose **Inertia Rails** when you want a page-oriented SPA workflow with Rails controllers and Vite, and you are comfortable making the frontend shell the main rendering model.
13+
Choose **Inertia Rails** when you want a page-oriented SPA workflow with Rails controllers, and you are comfortable making the frontend shell the main rendering model.
1414

1515
Choose **react-rails** when you want a smaller helper-based integration for embedding React components in Rails views and do not need the broader React on Rails feature set.
1616

@@ -58,15 +58,15 @@ react-rails is a good baseline comparison because it also helps you render React
5858

5959
react-rails is lighter-weight and helper-oriented. It can be a reasonable choice if you mostly need to mount React components in Rails views and want to keep the surrounding integration simple.
6060

61-
React on Rails goes further on the Rails + React integration story: generator workflows, Shakapacker-first tooling, server rendering support, richer integration patterns, and a clearer path to advanced features through React on Rails Pro.
61+
React on Rails goes further on the Rails + React integration story: generator workflows, flexible bundler support (Shakapacker/webpack, Rspack, or Vite), server rendering support, richer integration patterns, and a clearer path to advanced features through React on Rails Pro.
6262

6363
Choose react-rails if your requirement is "mount React in Rails with minimal ceremony."
6464

6565
Choose React on Rails if your requirement is "treat React as a first-class frontend architecture inside Rails."
6666

6767
Official docs:
6868

69-
- [react-rails README](https://github.com/reactjs/react-rails)
69+
- [react-rails README](https://github.com/shakacode/react-rails)
7070

7171
## Common Decision Patterns
7272

docs/oss/getting-started/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Now that you have React on Rails working, here's what to explore next:
178178
1. **[Using React on Rails](./using-react-on-rails.md)** - Core concepts explained
179179
2. **[View Helpers API](../api-reference/view-helpers-api.md)** - Learn all the options for `react_component`
180180
3. **[Hot Module Replacement](../building-features/hmr-and-hot-reloading-with-the-webpack-dev-server.md)** - Optimize your dev workflow
181-
4. **[Compare React on Rails to alternatives](./comparing-react-on-rails-to-alternatives.md)** - Evaluate Hotwire, Inertia Rails, and react-rails
181+
4. **[Curious how React on Rails compares to alternatives?](./comparing-react-on-rails-to-alternatives.md)** - Supplemental context on Hotwire, Inertia Rails, and react-rails
182182

183183
### Dive Deeper
184184

0 commit comments

Comments
 (0)