This repository is the implementation workspace for:
Initial app scaffolding was created with:
create-react-on-rails-app@16.4.0-rc.4
Pinned package versions:
- npm:
react-on-rails-pro@16.4.0-rc.4react-on-rails-pro-node-renderer@16.4.0-rc.4react-on-rails-rsc@19.0.4
- RubyGems:
react_on_rails@16.4.0.rc.4react_on_rails_pro@16.4.0.rc.4
This project is configured to use mise.
MISE_TRACK_CONFIG_FILES=0 mise x ruby@3.4.3 node@24.8.0 -- bundle install
MISE_TRACK_CONFIG_FILES=0 mise x ruby@3.4.3 node@24.8.0 -- pnpm install
MISE_TRACK_CONFIG_FILES=0 mise x ruby@3.4.3 node@24.8.0 -- bin/rails db:create
MISE_TRACK_CONFIG_FILES=0 mise x ruby@3.4.3 node@24.8.0 -- bin/devYou can also run static assets mode:
MISE_TRACK_CONFIG_FILES=0 mise x ruby@3.4.3 node@24.8.0 -- bin/dev static- RSC support is enabled in
config/initializers/react_on_rails_pro.rb. - Rspack is enabled in
config/shakapacker.yml. - Routes implemented:
/and/news/:pagefor stories/item/:idfor item detail/user/:idfor user profile
react_on_rails:doctorstill reports a warning about missingreact-on-railsnpm package; this app intentionally usesreact-on-rails-proinstead.