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

RSC: Rename dist/client to dist/browser #10744

Merged
merged 2 commits into from
Jun 6, 2024

Conversation

Tobbe
Copy link
Member

@Tobbe Tobbe commented Jun 6, 2024

Rename dist/client to dist/browser

There are two clients, one for SSR and one for users browsing the page (their browser). To make it clear which one these files are used for I decided to rename it to "browser".

There's also "client" as part of the 'use client' directive. Those client components are built to both the dist/ssr and dist/browser directories because they're used by both those clients.

@Tobbe Tobbe added release:chore This PR is a chore (means nothing for users) changesets-ok Override the changesets check labels Jun 6, 2024
@Tobbe Tobbe added this to the RSC milestone Jun 6, 2024
@Tobbe Tobbe merged commit de0fb13 into redwoodjs:main Jun 6, 2024
51 checks passed
@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