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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ To migrate to React on Rails Pro:
74
74
**Note:** If you're not using any of the Pro-only methods listed above, no changes are required.
75
75
76
76
-**Pro-Specific Configurations Moved to Pro Gem**: The following React Server Components (RSC) configurations have been moved from `ReactOnRails.configure` to `ReactOnRailsPro.configure`:
77
+
77
78
-`rsc_bundle_js_file` - Path to the RSC bundle file
78
79
-`react_server_client_manifest_file` - Path to the React server client manifest
79
80
-`react_client_manifest_file` - Path to the React client manifest
@@ -99,6 +100,7 @@ To migrate to React on Rails Pro:
99
100
See the [React on Rails Pro Configuration docs](https://github.com/shakacode/react_on_rails/blob/master/react_on_rails_pro/docs/configuration.md) for more details.
100
101
101
102
-**Streaming View Helpers Moved to Pro Gem**: The following view helpers have been removed from the open-source gem and are now only available in React on Rails Pro:
103
+
102
104
-`stream_react_component` - Progressive SSR using React 18+ streaming
0 commit comments