Skip to content

Commit 8a977b3

Browse files
justin808claude
andauthored
Remove dead links from major-performance-breakthroughs-upgrade-guide.md (#1982)
## Summary Removed two broken questlab.pro links that were causing markdown link check failures in CI. ## Changes - Removed Airbnb's RSC migration results section (dead link) - Removed Meta's developer portal migration section (dead link) Both links were returning Status: 0 in the markdown link checker, indicating they are no longer accessible. ## Testing The markdown link checker should now pass without these dead links. 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/shakacode/react_on_rails/1982) <!-- Reviewable:end --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated the React Server Components performance upgrade guide by removing certain migration case study references to streamline the documentation. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: Claude <[email protected]>
1 parent 7afd66e commit 8a977b3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/pro/major-performance-breakthroughs-upgrade-guide.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@ Server Components execute on the server and stream HTML to the client—no serve
2727
- [geekyants.com Case Study](https://geekyants.com/en-gb/blog/boosting-performance-with-nextjs-and-react-server-components-a-geekyantscom-case-study):
2828
- **52% smaller** JavaScript and TypeScript codebase
2929
- Lighthouse scores improved **from ~50 to ~90**
30-
- [Airbnb's RSC migration results](<https://questlab.pro/blog-posts/web-development/wd-pl-2024-articleId912i1h212818#:~:text=%22Our%20migration%20to%20React%20Server%20Components%20resulted%20in%20a%2015%25%20improvement%20in%20core%20web%20vitals%20and%20a%2023%25%20reduction%20in%20Time%20to%20First%20Byte%20(TTFB)%20across%20all%20markets.%22%20%2D%20Airbnb%20Engineering%20Team>):
31-
- **15% improvement** in core web vitals
32-
- **23% reduction** in Time to First Byte
33-
- [Meta's developer portal migration](https://questlab.pro/blog-posts/web-development/wd-pl-2024-articleId912i1h212818#:~:text=Meta%27s%20RSC%20Implementation%20Results):
34-
- **30% reduction** in JavaScript bundle size
35-
- **60% improvement** in Time to Interactive
36-
- **45% faster** First Contentful Paint
37-
- **50% reduction** in server response time
38-
- **25% decrease** in overall maintenance complexity
3930

4031
Please note that only the first of these directly compares performance of equivalent applications with and without React Server Components.
4132
Other migrations may include React or other dependency upgrades and so on.

0 commit comments

Comments
 (0)