Skip to content

Commit 98fcbc9

Browse files
alexeyr-ci2alexeyr
andauthored
Fix CI (#1741)
* Update Gemfile.lock * Format --------- Co-authored-by: Alexey Romanov <[email protected]>
1 parent b9987b7 commit 98fcbc9

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
react_on_rails (15.0.0.rc.0)
4+
react_on_rails (15.0.0.rc.1)
55
addressable
66
connection_pool
77
execjs (~> 2.5)

docs/react-on-rails-pro/react-on-rails-pro.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ Please email Justin Gordon [[email protected]](mailto:[email protected]),
1717
maintainer of React on Rails, for more information.
1818

1919
### Pro: Docs
20+
2021
See https://www.shakacode.com/react-on-rails-pro/docs/.
2122

2223
### Pro: React Server Components
24+
2325
See the [announcement here](https://www.shakacode.com/react-on-rails/docs/react-on-rails-pro/react-server-components/).
2426

2527
Yes! Big performance gains for the newest React features!

docs/react-on-rails-pro/react-server-components.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,37 @@
66

77
June 24, 2025
88

9-
109
We're thrilled to announce a major update: [React on Rails Pro](https://www.shakacode.com/react-on-rails-pro/) now supports **React Server Components** and **Server‑Side Rendering (SSR) Streaming**. These features have driven significant performance gains in real‑world applications—here’s how they can transform yours.
1110

1211
## 🎯 What This Means for Your Applications
1312

14-
* **Faster load times**
15-
* **Smaller JavaScript bundles**
16-
* **Better Core Web Vitals**
17-
* **Improved SEO**
18-
* **Smoother user interactions**
13+
- **Faster load times**
14+
- **Smaller JavaScript bundles**
15+
- **Better Core Web Vitals**
16+
- **Improved SEO**
17+
- **Smoother user interactions**
1918

2019
## 🔥 React Server Components
2120

2221
Server Components execute on the server and stream HTML to the client—no extra JavaScript in your bundle. Real‑world results include:
2322

24-
* **62% reduction** in client‑side bundle size on productonboarding.com when migrating to RSC [[1]]
25-
* **63% improvement** in Google Speed Index on the RSC version of the same site [[1]]
26-
* **52% smaller** JavaScript codebase and Lighthouse scores rising from \~50 to 90+ on GeekyAnts.com [[2]]
23+
- **62% reduction** in client‑side bundle size on productonboarding.com when migrating to RSC [[1]]
24+
- **63% improvement** in Google Speed Index on the RSC version of the same site [[1]]
25+
- **52% smaller** JavaScript codebase and Lighthouse scores rising from \~50 to 90+ on GeekyAnts.com [[2]]
2726

2827
## 🌊 SSR Streaming
2928

3029
SSR Streaming sends HTML to the browser in chunks as it’s generated, enabling progressive rendering:
3130

32-
* **30% faster** full‑page load times at Hulu by combining streaming SSR with Server Components [[3]]
33-
* Popular libraries like styled‑components v3.1.0 have introduced streaming SSR support as the next generation of React app rendering [[4]]
31+
- **30% faster** full‑page load times at Hulu by combining streaming SSR with Server Components [[3]]
32+
- Popular libraries like styled‑components v3.1.0 have introduced streaming SSR support as the next generation of React app rendering [[4]]
3433

3534
## 📊 Core Web Vitals & TTI Improvements
3635

37-
* **60% faster** Time to Interactive on Meta’s developer portal after adopting RSC (from 3.5 s to \~1.4 s) [[5]]
38-
* **45% quicker** First Contentful Paint in the same migration [[5]]
39-
* **50% lower** server response time with Server Components [[5]]
40-
* **15% improvement** in Core Web Vitals and **23% reduction** in Time to First Byte at Airbnb after RSC migration [[5]]
36+
- **60% faster** Time to Interactive on Meta’s developer portal after adopting RSC (from 3.5 s to \~1.4 s) [[5]]
37+
- **45% quicker** First Contentful Paint in the same migration [[5]]
38+
- **50% lower** server response time with Server Components [[5]]
39+
- **15% improvement** in Core Web Vitals and **23% reduction** in Time to First Byte at Airbnb after RSC migration [[5]]
4140

4241
---
4342

0 commit comments

Comments
 (0)