Skip to content

Commit a421e1e

Browse files
authored
update docs to use rorp v4.0.0 instead of 4.0.0.rc.x (#555)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated references from release candidates to the stable 4.0.0 across guides. * Corrected wording and capitalization in profiling guidance for clarity. * Refreshed installation instructions to use stable package versions. * Adjusted prerequisites to reflect support starting at version 4.0.0. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent d95291b commit a421e1e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/profiling-server-side-rendering-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ To see the renderer behavior while there are many requests coming to it, you can
107107
1. Then, you can analyze the renderer behavior of each request as stated in `Profile Analysis` section.
108108

109109
### ExecJS
110-
React on Rails Pro support profiling with ExecJS starting from version **4.0.0-rc.1**. You will need to do more work to profile exec js if you are using an older version.
110+
React on Rails Pro supports profiling with ExecJS starting from version **4.0.0**. You will need to do more work to profile ExecJS if you are using an older version.
111111

112-
If you are using **v4.0.0-rc.1** or later, you can enable profiler by setting the `profile_server_rendering_js_code` config by adding the following line to ReactOnRails initializer.
112+
If you are using **v4.0.0** or later, you can enable the profiler by setting the `profile_server_rendering_js_code` config by adding the following line to the ReactOnRails initializer.
113113

114114
```ruby
115115
config.profile_server_rendering_js_code = true

docs/react-server-components/create-without-ssr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ To use Server Components in your React on Rails Pro project, you need to follow
1313
Note: These versions are not released yet, they are still in development. But they will have these versions when released.
1414

1515
```bash
16-
17-
16+
17+
1818
```
1919

2020
Also, install version 19 of React, React DOM, and `react-on-rails-rsc`:

docs/streaming-server-rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ React on Rails Pro supports streaming server rendering using React 18's latest A
77
- React on Rails Pro subscription
88
- React 19
99
- React on Rails v15.0.0-alpha.0 or higher
10-
- React on Rails Pro v4.0.0.rc.5 or higher
10+
- React on Rails Pro v4.0.0 or higher
1111

1212
## Benefits of Streaming Server Rendering
1313

0 commit comments

Comments
 (0)