Skip to content

Add RSC Migration Success Stories to Documentation #1985

@justin808

Description

@justin808

Overview

Add compelling React Server Components (RSC) migration success stories to our documentation to give readers incentive to migrate.

Success Stories to Feature

1. Mux: 50,000 Lines Migrated

  • Article: https://www.mux.com/blog/what-are-react-server-components
  • Key Wins:
    • Saved bundle size by not shipping components to client
    • Leveraged Suspense for streaming slow data fetches
    • Optimized CMS-based features without blocking the rest of the app
  • Good for: Showing large-scale migration is possible, practical patterns

2. DoorDash: Dramatic Performance Gains

  • Performance Improvements:
    • +12% to +15% faster page load times on key pages
    • 65% LCP improvement on homepage
    • 67% LCP improvement on store pages
    • 95% reduction in slow "Poor" LCP URLs (>4s)
  • Good for: Hard performance numbers that sell the business case

3. BlogHunch: 30% Cost Reduction

  • Article: https://entesta.com/case-studies/bloghunch-migration
  • Key Results:
    • Completed in just 1 month
    • 30% reduction in server costs
    • Reduced client-side JavaScript for faster initial loads
    • Feature flag system for gradual rollout
  • Good for: Showing cost savings + migration strategy

4. Experimental: 62-63% Improvements

  • Results:
    • 62% bundle size reduction
    • 63% speed improvement
    • Early research showed 18-29% bundle size wins
  • Good for: Pure technical performance comparisons

5. Next.js App Router: Real-World Benefits

6. Developer-Focused Technical Analysis

Recommended Combination

Feature these 4 for best impact:

  1. DoorDash - impressive performance numbers
  2. Mux - practical large-scale migration insights
  3. BlogHunch - cost savings argument
  4. Developerway article - balanced technical perspective

Tasks

  • Review articles and verify claims
  • Decide where in documentation to add this (e.g., RSC guide, migration guide, performance docs)
  • Write summary section with key takeaways
  • Add links to full articles for readers who want details
  • Consider creating comparison table of results
  • Update any related documentation that mentions migration benefits

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions