You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add react-on-rails-pro-node-renderer for SSR and RSC payload generation
- Configure Pro initializer with NodeRenderer, renderer_url, password
- Alias react-dom/server.browser to react-dom/server.node in server
webpack config (React 19's browser build requires MessageChannel which
isn't available in the Node renderer VM)
- Add auto_load_bundle: false to RSC view (server components use
registerServerComponent, not ror_components auto-loading)
- Add node-renderer to Procfile.dev
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments