AGENTS_USER_GUIDE.md
<!-- TODO: Remove the in-repo fallback sentence after reactonrails.com#126 publishes the hosted llms endpoints. -->Start with llms.txt for the short route map. Use llms-full.txt for the expanded OSS reference and llms-full-pro.txt for the expanded React on Rails Pro reference. If the hosted endpoints are not live yet, use the in-repo llms.txt, llms-full.txt, and llms-full-pro.txt fallbacks. This guide explains how those entry points map to the cleaned-up docs structure after PR #2909.
llms.txt
llms.txtllms-full.txt
llms-full.txtllms-full-pro.txt
llms-full-pro.txtdocs/oss/introduction.md
docs/pro/react-on-rails-pro.md
docs/pro/react-server-components/index.md
docs/pro/react-on-rails-pro.md as the repo source for Pro routing guidance, and use https://reactonrails.com/docs/pro as the canonical Pro hub URL.shakacode/react-on-rails-demo-flagship as the single recommended clone-and-run Pro + RSC demo. See the External Flagship Demo Coordination section in AGENTS.md for the full list of triggers that require keeping it aligned.react_on_railsreact-on-railsreact_on_rails_proreact-on-rails-proreact-on-rails-pro-node-rendererreact-on-rails-rscDo not pair the react_on_rails_pro gem with the base react-on-rails npm package.
When changing any Pro version, update gem and npm packages and regenerate
both lockfiles (Gemfile.lock plus yarn.lock / package-lock.json /
pnpm-lock.yaml) in the same change. Follow the Coupled Pro Upgrade Checklist.
Note the prerelease format difference: 16.7.0.rc.0 on RubyGems vs 16.7.0-rc.0
on npm.
react_component from Rails views to render React components.ror_components.bin/dev.bundle exec rails react_on_rails:doctor when setup or SSR diagnostics are needed.