Skip to content

Commit cb657d0

Browse files
justin808claude
andcommitted
Fix inconsistent performance claim: 10-100x → 3-10x
Aligns the SSR tip block in react-server-rendering.md with the 3-10x figure used consistently across all other docs pages. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent fcbb24a commit cb657d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/oss/core-concepts/react-server-rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ Server rendering is used for either SEO or performance reasons.
3636
For a comprehensive list of ExecJS constraints, see [ExecJS Limitations](./execjs-limitations.md).
3737

3838
:::tip Pro Upgrade
39-
React on Rails Pro includes a [dedicated Node.js renderer](../../pro/node-renderer.md) that eliminates ExecJS limitations and improves SSR performance by 10-100x. It also supports [streaming SSR](../../pro/streaming-ssr.md) with React 18/19's `renderToPipeableStream` for faster Time to First Byte. [Learn more →](../../pro/upgrading-to-pro.md)
39+
React on Rails Pro includes a [dedicated Node.js renderer](../../pro/node-renderer.md) that eliminates ExecJS limitations and improves SSR performance by 3-10x. It also supports [streaming SSR](../../pro/streaming-ssr.md) with React 18/19's `renderToPipeableStream` for faster Time to First Byte. [Learn more →](../../pro/upgrading-to-pro.md)
4040
:::

0 commit comments

Comments
 (0)