-
Notifications
You must be signed in to change notification settings - Fork 0
Use RSC payload to render server components on server #515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
AbanoubGhadban
merged 32 commits into
master
from
abanoubghadban/pro465/use-rsc-payload-to-render-server-components-on-server
Jun 22, 2025
Merged
Changes from 17 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
a70280d
use RSC payload to SSR server components
AbanoubGhadban 1354b68
refactoring
AbanoubGhadban 37d6f72
linting
AbanoubGhadban 32b3f6c
simplify SimpleComponent.jsx
AbanoubGhadban dd0db5b
Update react_on_rails dependency to revision 029c273 in Gemfile.lock …
AbanoubGhadban ddf2d38
Update import statement for ReactOnRails in vm.ts
AbanoubGhadban 3535f1e
Add ability to render server components inside client components (add…
AbanoubGhadban 7d2e6eb
fix eslint errors
AbanoubGhadban 22c8547
Update react_on_rails dependency to use RSC payload for server compon…
AbanoubGhadban b825345
add example of refetching and retrying to render server components
AbanoubGhadban 1fcf102
Update react_on_rails dependency to revision 7b2e1f10 for improved se…
AbanoubGhadban 74911f5
Update react_on_rails dependency to revision b9954a25
AbanoubGhadban 2621472
Update react_on_rails dependency to revision 9cd81f9 for improved ser…
AbanoubGhadban 76506de
update to react@19.1.0
AbanoubGhadban 257caf4
Revert "update to react@19.1.0"
AbanoubGhadban ac02d36
Update react_on_rails dependency to revision c9c59f81 for improved se…
AbanoubGhadban b491e8d
Update integration tests to use URL-encoded props for server componen…
AbanoubGhadban 873dd0f
Update react_on_rails dependency to version 15.0.0.rc.0 in Gemfile an…
AbanoubGhadban 0ad03ff
fix jest tests
AbanoubGhadban 1a732df
Revert "fix jest tests"
AbanoubGhadban 4ba3c64
Update react_on_rails dependency to use GitHub repository and branch
AbanoubGhadban db7915d
Update react_on_rails dependency to use the master branch in Gemfile,…
AbanoubGhadban 9e349a0
Update react_on_rails dependency to version 15.0.0.rc.1 in Gemfile, p…
AbanoubGhadban 17bd974
Update react_on_rails dependency to version 15.0.0.rc.1 in Gemfile.lo…
AbanoubGhadban be31cfe
fix race condition while moving assets when multiple bundles provided
AbanoubGhadban 63f87a2
Update JavaScript renderer configuration documentation, remove unused…
AbanoubGhadban 3366c78
Revert "fix race condition while moving assets when multiple bundles …
AbanoubGhadban b188830
Reapply "fix race condition while moving assets
AbanoubGhadban d047edd
Enhance server rendering tests by adding RSC support configuration ma…
AbanoubGhadban f19f88c
Revert "Enhance server rendering tests by adding RSC support configur…
AbanoubGhadban e37ef48
Duplicate assets_to_copy array to prevent unintended modifications to…
AbanoubGhadban 7b00cc7
Update CHANGELOG.md
AbanoubGhadban File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| gem "react_on_rails", github: "shakacode/react_on_rails", branch: "abanoubghadban/pro465/use-rsc-payload-to-render-server-components-on-server" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| module.exports = { | ||
| presets: [['@babel/preset-env', { targets: { node: 'current' } }], '@babel/preset-typescript'], | ||
| plugins: ['@babel/plugin-syntax-import-attributes'], | ||
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.