Summary
React on Rails PR #4217 changes the new-app story: npx create-react-on-rails-app my-app should now be presented as the Pro/RSC default path for React 19.2 support, with --standard as the explicit OSS-only escape hatch. The docs pages under /docs/... are sourced from shakacode/react_on_rails and should update through the existing docs-updated dispatch after that PR merges.
This issue tracks the site-owned Docusaurus pages that are not generated from the monorepo docs.
Suggested work
Source
Non-goal
Do not edit generated docs directly under content/upstream/docs or prototypes/docusaurus/docs; those come from the React on Rails monorepo sync.
Summary
React on Rails PR #4217 changes the new-app story:
npx create-react-on-rails-app my-appshould now be presented as the Pro/RSC default path for React 19.2 support, with--standardas the explicit OSS-only escape hatch. The docs pages under/docs/...are sourced fromshakacode/react_on_railsand should update through the existingdocs-updateddispatch after that PR merges.This issue tracks the site-owned Docusaurus pages that are not generated from the monorepo docs.
Suggested work
prototypes/docusaurus/src/constants/prompts.tsso the homepageStart a new appprompt says the default generated app is the Pro/RSC React 19.2 path, and mentions--standardonly as the OSS-only escape hatch if the prompt needs that caveat./examplescopy inprototypes/docusaurus/src/pages/examples.tsxand demo metadata inprototypes/docusaurus/src/constants/demos.tsfor consistency with the Pro-first examples direction./docs/getting-started/create-react-on-rails-app,/docs/getting-started/quick-start, and/examplespages tell one coherent new-user story.Source
Non-goal
Do not edit generated docs directly under
content/upstream/docsorprototypes/docusaurus/docs; those come from the React on Rails monorepo sync.