UNPKG

react-on-rails-rsc

Version:

React Server Components support for react_on_rails Ruby gem

26 lines (16 loc) 1.36 kB
# @shakacode-tools/react-on-rails-rsc This package provides React Server Components (RSC) support for the [`react-on-rails-pro`](https://github.com/shakacode/react_on_rails_pro) Ruby gem. ⚠️ **IMPORTANT: This package is for internal use only** ⚠️ This package is not intended to be used directly by end users. It is designed to be used internally by [`react-on-rails-pro`](https://github.com/shakacode/react_on_rails_pro) npm package and ruby gem. ## Usage Do not use this package's APIs directly in your application code. Instead use [`react_on_rails`](https://github.com/shakacode/react_on_rails) and [`react-on-rails-pro`](https://github.com/shakacode/react_on_rails_pro) gems and npm packages APIs to render or stream React Server Components. ## Package Contents 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 ## Support For questions about React Server Components: - Visit [React on Rails Pro documentation](https://www.shakacode.com/react-on-rails-pro/docs/) - Visit [React on Rails documentation](https://www.shakacode.com/react-on-rails/docs/) - Open issues in the [`react-on-rails-pro`](https://github.com/shakacode/react_on_rails_pro/issues) repository