Astro RSC Adapter #770
janus-reith
started this conversation in
Ideas
Replies: 1 comment
-
|
Thanks for the interest! I don't have a bandwidth but if anyone wants to experiment, I'm happy to help 🙏 That said, as you are aware of, Astro has client island concept already, I'm not sure they have a motivation though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wonder if this could be a good starting point for an Astro RSC integration.
Sorry if this is totally out of scope / the wrong place to ask, however I think it might be interesting since the landscape of existing RSC implementations is scarce and out of the frameworks that are based on vite and support React, Astro is quite popular.
I wonder if the current architecture (of both vite and Astro) would allow for a seamless implementation both for static exports and with a backend adapter.
One could argue that the way Astro approaches React with a zero runtime default would make RSC obsolete, however there could be interesting usecases for on demand renders. Mainly I have payload CMS in mind, which makes heavy use of RSC and currently is tied to Nextjs.
Beta Was this translation helpful? Give feedback.
All reactions