This package provides React Server Components (RSC) support for the react-on-rails-pro
Ruby gem.
This package is not intended to be used directly by end users. It is designed to be used internally by react-on-rails-pro
npm package and ruby gem.
Do not use this package's APIs directly in your application code. Instead use react_on_rails
and react-on-rails-pro
gems and npm packages APIs to render or stream React Server Components.
This package provides internal tooling for React Server Components integration:
- Webpack plugin for manifesting client components
- Webpack loader for bundling server components
- Client/server utilities for RSC rendering
For questions about React Server Components:
- Visit React on Rails Pro documentation
- Visit React on Rails documentation
- Open issues in the
react-on-rails-pro
repository