-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Overview
Document the demo application.
Parent Epic: #70
Priority: P2
Prerequisites
- All previous issues complete
Next Issues (after this is complete)
- None - this is the final issue
Acceptance Criteria
- README.md with project overview
- Setup instructions (prerequisites, installation, running locally)
- Architecture explanation (RSC patterns used)
- File structure documentation
- Key RSC patterns documented with code examples
- Comparison with Next.js version (what's similar, what's different)
- Links to React on Rails Pro documentation
- Contributing guidelines (if accepting contributions)
Implementation Notes
README sections to include:
- Overview - What this demo shows
- Live Demo - Link to deployed version
- Quick Start - Get running in 5 minutes
- Architecture - How RSC works with Rails
- Key Patterns - Server vs Client components
- Comparison - Next.js vs React on Rails Pro
- Learn More - Links to RoR Pro docs
Reference the original Vercel demo:
https://github.com/vercel/next-react-server-components
coderabbitai