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

chore(rsc): Unify RSC and RSA cache structure #11521

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

Tobbe
Copy link
Member

@Tobbe Tobbe commented Sep 10, 2024

Use the same shape for both RSC and RSA:

export interface RscModel {
  __rwjs__Routes: [React.ReactElement]
  __rwjs__rsa_data?: unknown
}

@Tobbe Tobbe force-pushed the tobbe-rsc-unify-cache branch 2 times, most recently from 4bc1768 to 4872eec Compare September 10, 2024 13:07
@Tobbe Tobbe added the release:chore This PR is a chore (means nothing for users) label Sep 10, 2024
@Tobbe Tobbe added this to the chore milestone Sep 10, 2024
@Tobbe Tobbe force-pushed the tobbe-rsc-unify-cache branch from 4872eec to d44d58a Compare September 10, 2024 13:27
@Tobbe Tobbe merged commit 21c19e5 into redwoodjs:main Sep 11, 2024
50 checks passed
@Tobbe Tobbe deleted the tobbe-rsc-unify-cache branch September 11, 2024 05:43
@Josh-Walker-GM Josh-Walker-GM added the experimental This PR relates to only experimental feature(s) label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experimental This PR relates to only experimental feature(s) release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants