Skip to content

Commit e712d08

Browse files
hi-ogawaclaude
andcommitted
docs: refine framework-agnostic description
Remove redundant "RSC experience" phrasing for cleaner messaging 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent fa16a77 commit e712d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-rsc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This package provides [React Server Components](https://react.dev/reference/rsc/
44

55
## Features
66

7-
- **Framework-agnostic RSC experience**: The plugin implements [RSC conventions](https://react.dev/reference/rsc/server-components) and provides low level `react-server-dom` runtime API without framework-specific abstractions.
7+
- **Framework-agnostic**: The plugin implements [RSC conventions](https://react.dev/reference/rsc/server-components) and provides low level `react-server-dom` runtime API without framework-specific abstractions.
88
- **CSS support**: CSS is automatically code-split both at client and server components and they are injected upon rendering.
99
- **HMR support**: Enables editing both client and server components without full page reloads.
1010
- **Runtime agnostic**: Built on [Vite environment API](https://vite.dev/guide/api-environment.html) and works with other runtimes (e.g., [`@cloudflare/vite-plugin`](https://github.com/cloudflare/workers-sdk/tree/main/packages/vite-plugin-cloudflare)).

0 commit comments

Comments
 (0)