chore(rsc): release for react canary/experimental channel [not merge] #524
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.
Description
This is a dummy PR to (ab)use pkg.pr.new to release two nightly versions of
@vitejs/plugin-rsc
, which vendorreact-server-dom-webpack@canary
andreact-server-dom-webpack@experimental
instead of the default version[email protected]
.I created a workflow in my repo https://github.com/hi-ogawa/vite-plugins/blob/main/.github/workflows/trigger-nightly.yml, which pushes a commit to this PR everyday using my own fine-grained PAT.
These packages are for users who want to use React features which is only available on
canary
orexperimental
channel. Canary/experimental versions can be installed in a following way:Note that this is an interim solution and it's plan to have a clean separation of
react-server-dom-vite
and@vitejs/plugin-rsc
in the future. See the roadmap for more. (todo)