Skip to content
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

Modify Hydrogen to support the official version of RSC #251

Closed
jplhomer opened this issue Nov 16, 2021 · 0 comments · Fixed by #498
Closed

Modify Hydrogen to support the official version of RSC #251

jplhomer opened this issue Nov 16, 2021 · 0 comments · Fixed by #498
Assignees
Labels
framework Related to framework aspects of Hydrogen
Milestone

Comments

@jplhomer
Copy link
Contributor

jplhomer commented Nov 16, 2021

The biggest piece here is removing all server-side context that we can related to request handling and routing. We will be able to use server context for some things (see "Wait for Server Context to land" below), but since the values of server context need to be serializable and are sent to the client, they should not contain anything related to cache, requests, or responses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework Related to framework aspects of Hydrogen
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants