-
-
Notifications
You must be signed in to change notification settings - Fork 353
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
React Server Components #240
Comments
The plugin developed in this PR is not coupled anymore with Hydrogen. Ideally anyone can use that plugin for RSC. |
Latest discussion about Vite + RSC: Edit: Shopify removed the disucssion. |
The link you shared is currently 404ing, do you have an update on this situation? Seems like a dependency on Vite (vitejs/vite#4591) which depends on React (facebook/react#22952)? This is an awesome framework and it would be great if RSCs were supported |
Both Vite and the React team are interested. The main piece missing is updating facebook/react#22952 to the v2 convention. There just needs someone championing this. @thomasgauvin if you're up for the task, definitely let us know. |
Thanks for letting me know! Taking this on isn't something that I can commit to at this time, though I plan to keep an eye on this. Any good resources you would share for someone looking to contribute to Vite plugins and this project? |
Vite's docs + poking around :-). |
Closing in favor of #735. |
In the context of Shopify's Hydrogen framework, Shopify developed a Vite plugin for React Server Components.
We should explore how we to integrate Vite/vite-plugin-ssr with React Server Components.
Contribution welcome, e.g.:
examples/react-server-components
to this repository.See:
The text was updated successfully, but these errors were encountered: