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

@redwoodjs/server-store and @redwoodjs/cookie-jar #10756

Merged
merged 10 commits into from
Jun 8, 2024

Conversation

Tobbe
Copy link
Member

@Tobbe Tobbe commented Jun 8, 2024

Two new packages, @redwoodjs/server-store and @redwoodjs/cookie-jar. Need to be able to externalize the entire server-store package to make sure it's a singleton. server-store uses cookie-jar, so I made that a separate package too. Could have put the code in the server-store package, but it felt weird to import something named CookieJar from a "server-store" package. So I created two separate packages instead. Also makes importing look nicer when you can just import from @redwoodjs/server-store instead of @redwoodjs/server-store/dist/serverStore.js

@Tobbe Tobbe added release:chore This PR is a chore (means nothing for users) changesets-ok Override the changesets check labels Jun 8, 2024
@Tobbe Tobbe added this to the RSC milestone Jun 8, 2024
@Tobbe Tobbe enabled auto-merge (squash) June 8, 2024 22:00
@Tobbe Tobbe merged commit 07c6122 into redwoodjs:main Jun 8, 2024
51 checks passed
@Tobbe Tobbe deleted the tobbe-rwjs-server-store-rwjs-cookie-jar branch June 8, 2024 22:11
@Josh-Walker-GM Josh-Walker-GM modified the milestones: RSC, v8.0.0 Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changesets-ok Override the changesets check 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