Parent issue
Part of #2678 (Docs overhaul meta-issue)
Summary
Create new documentation pages that fill identified content gaps. These are net-new files — no restructuring or sidebar changes needed.
New pages to create (react_on_rails repo)
1. RSC Landing Page (docs/react-server-components/index.md)
- Top-level introduction to React Server Components support in React on Rails
- What RSC is, why it matters, current support status
- Links to tutorial, migration guide, and troubleshooting
- Clear note that RSC is a Pro feature
2. ExecJS Limitations (docs/core-concepts/execjs-limitations.md)
3. Debugging Guide (docs/guides/debugging-react-on-rails.md or docs/building-features/debugging.md)
- Common debugging workflows for SSR issues
- How to inspect server-rendered HTML
- Using
trace and logging configuration options
- Browser devtools tips for hydration mismatches
- Where to find relevant logs (Rails, Node, webpack)
4. Performance Benchmarks (docs/core-concepts/performance-benchmarks.md)
- SSR performance: ExecJS vs Node.js renderer
- Bundle splitting impact
- Streaming SSR benefits
- Before/after metrics from real deployments (reference testimonials)
Acceptance criteria
Concurrency notes
🤖 Generated with Claude Code
Parent issue
Part of #2678 (Docs overhaul meta-issue)
Summary
Create new documentation pages that fill identified content gaps. These are net-new files — no restructuring or sidebar changes needed.
New pages to create (react_on_rails repo)
1. RSC Landing Page (
docs/react-server-components/index.md)2. ExecJS Limitations (
docs/core-concepts/execjs-limitations.md)3. Debugging Guide (
docs/guides/debugging-react-on-rails.mdordocs/building-features/debugging.md)traceandloggingconfiguration options4. Performance Benchmarks (
docs/core-concepts/performance-benchmarks.md)Acceptance criteria
Concurrency notes
🤖 Generated with Claude Code