-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Overview
Create a new Rails 8 application with React on Rails Pro configured for RSC support.
Parent Epic: #70
Priority: P0
Prerequisites
None - this is the starting issue.
Next Issues (after this is complete)
- 1.2: Configure CSS Modules
- 1.3: Set Up TypeScript Configuration
- 2.1: Create Hacker News API Client
Acceptance Criteria
- New Rails 8 app created in
demos/hn-rsc/ - React on Rails Pro gem installed and configured
- RSC support enabled in react_on_rails configuration
- Basic Vite/Rspack configuration for RSC
- Application boots successfully with
bin/dev
Implementation Notes
- Use Rspack for faster build times (matching other demos in this repo)
- Ensure the app follows the same structure as
demos/basic-v16-rspack/ - Configure for server-side RSC rendering
coderabbitai