📄️ Common Issues & Quick Fixes
Quick troubleshooting reference for React on Rails. For in-depth debugging, see the Troubleshooting Guide.
📄️ Comparison with Alternatives
Choosing a React integration strategy for Rails? This guide compares React on Rails (OSS and Pro) with the main alternatives so you can make an informed decision.
📄️ create-react-on-rails-app
The fastest way to start a new React on Rails project. One command creates a fully configured Rails + React application with TypeScript, server-side rendering, and hot module replacement.
📄️ Getting Started with an existing Rails app
Also consult the instructions for installing on a fresh Rails app, see the React on Rails Basic Tutorial.
📄️ React on Rails: OSS vs Pro Feature Comparison
React on Rails Pro extends the open-source gem with performance optimizations and advanced rendering capabilities. The Pro subscription is free for evaluation and non-production use.
📄️ React on Rails Pro: Quick Start from Scratch
This guide walks you through creating a complete React on Rails Pro application with server-side rendering via the Node Renderer, from an empty directory to a running app.
📄️ Recommended Project Structure
React on Rails supports two main organizational approaches for your React components.
📄️ 15-Minute Quick Start Guide
Get your first React component running in Rails in 15 minutes
📄️ React on Rails Basic Tutorial
Also see the example repo of React on Rails Tutorial With SSR, HMR fast refresh, and TypeScript_
📄️ Understanding React on Rails
This guide explains the core concepts of React on Rails and how everything fits together. If you've just installed React on Rails (or are about to), this will help you understand what's happening under the hood.