Lighter RSC component requests. #80611
isla-nicole-may
started this conversation in
Ideas
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Background
RSC requests, by default, send all the cookies relevant to the domain, and all the search params included in the client side URL.
Many applications use client side search params for client state management only, and many applications share authentication cookies across sub-domains. These factors can lead to bloated RSC requests.
Proposal
Allow greater control over what cookies and search params are shared with the server. Achieved via global configuration or component specific setup.
Beta Was this translation helpful? Give feedback.
All reactions