Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 22, 2025

Addresses feedback from #524 (comment)

Changes

Updated the plugin-rsc README to better explain how to use React canary and experimental versions after PR #915 enabled using locally installed react-server-dom-webpack.

What changed

  1. Renamed and expanded "Canary and Experimental channel releases" → "Using React Canary and Experimental versions"

  2. Merged "Customizing react-server-dom-webpack" section into Option 2

    • Integrated the content from the standalone "Customizing react-server-dom-webpack" section into Option 2
    • Eliminated duplication by keeping all related information in one place
    • Shows how the plugin automatically uses locally installed react-server-dom-webpack

Why

Before PR #915, users needed to use the pkg.pr.new preview releases (#524) to get canary/experimental React versions. After #915, users can simply install react-server-dom-webpack@canary or @experimental in their own project - a much simpler approach.

The previous documentation had these as separate, disconnected sections. This update combines them to show users both options with clear guidance.

Example

Users can now easily use React canary by adding to their package.json:

{
  "dependencies": {
    "react": "canary",
    "react-dom": "canary",
    "react-server-dom-webpack": "canary"
  }
}

The plugin will automatically use the locally installed version instead of the vendored one.

Original prompt

update plugin-rsc/readme to address #524 (comment)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Update plugin-rsc/readme to address issue comment docs(plugin-rsc): combine canary/experimental and react-server-dom-webpack sections Oct 22, 2025
Copilot AI requested a review from hi-ogawa October 22, 2025 12:44
Copilot finished work on behalf of hi-ogawa October 22, 2025 12:44
Copy link
Contributor

@hi-ogawa hi-ogawa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot

  • flip option 1 and option 2
  • merge "Customizing react-server-dom-webpack" section to the first section's option

Copy link
Contributor Author

Copilot AI commented Oct 22, 2025

@copilot

  • flip option 1 and option 2
  • merge "Customizing react-server-dom-webpack" section to the first section's option

Done in 4311fae. Flipped the option order (pkg.pr.new is now Option 1) and merged the "Customizing react-server-dom-webpack" section into Option 2.

Copilot AI requested a review from hi-ogawa October 22, 2025 13:46
Copilot finished work on behalf of hi-ogawa October 22, 2025 13:46
@hi-ogawa hi-ogawa marked this pull request as ready for review October 22, 2025 13:46
@hi-ogawa hi-ogawa changed the title docs(plugin-rsc): combine canary/experimental and react-server-dom-webpack sections docs(rsc): combine canary/experimental and react-server-dom-webpack sections Oct 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants