Skip to content

feat: add rspack rsc example#440

Merged
SyMind merged 5 commits intomainfrom
rspack-rsc-example
Apr 20, 2026
Merged

feat: add rspack rsc example#440
SyMind merged 5 commits intomainfrom
rspack-rsc-example

Conversation

@SyMind
Copy link
Copy Markdown
Contributor

@SyMind SyMind commented Apr 17, 2026

Rspack React Server Components Example

This example is a server-driven app built with Rspack and React Server Components (RSC). In this setup, routing happens on the server, delivering HTML on initial page load, and client side rendering on subsequent navigations. It also demonstrates React Server Actions to perform mutations, both by calling as a function and as the target of an HTML form.

Comment thread rsbuild/ssr-express/src/index.server.tsx Outdated
Comment thread rspack/rspack-rsc/src/framework/entry.client.tsx
Comment thread rspack/rspack-rsc/package.json
Comment thread rspack/rspack-rsc-examples/package.json Outdated
Comment thread rspack/rspack-rsc/package.json
@SyMind
Copy link
Copy Markdown
Contributor Author

SyMind commented Apr 20, 2026

@codex review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 670aab25db

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rspack/rspack-rsc/src/framework/request.tsx
Comment thread rspack/rspack-rsc/src/framework/entry.rsc.tsx Outdated
Comment thread rspack/rspack-rsc/src/framework/entry.rsc.tsx Outdated
@SyMind SyMind merged commit 55e9e9f into main Apr 20, 2026
4 checks passed
@SyMind SyMind deleted the rspack-rsc-example branch April 20, 2026 02:42
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