-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Create nextjs-vite-rsc framework #32410
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
Open
kasperpeulen
wants to merge
61
commits into
next
Choose a base branch
from
nextjs-rsc-copy2
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+7,503
−952
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Telemetry: Send index stats on dev exit (cherry picked from commit c5d386f)
…readonly CLI: Fix throwing in readonly environments (cherry picked from commit d87db5c)
Docs: Further improvements (cherry picked from commit 84ea113)
Onboarding: Tweak referral wording in survey (cherry picked from commit 74aa094)
Release: Patch 9.1.1
…st-9-1 Docs: Fix incorrect @next version specifiers
Docs: Add `afterEach` guidance (cherry picked from commit b6edefe)
Docs: Fix broken link in migration guide (cherry picked from commit 8c8bdc5)
Angular: Inherit options from browserTarget (cherry picked from commit b0f9e0d)
…nces Docs: Fix essentials addon references (cherry picked from commit ee184ba)
Addon Docs: Fix Symbol conversion issue in docs page and controls panel (cherry picked from commit fef67c8)
Telemetry: Improve dev cancellation handling (cherry picked from commit a65cd6b)
Angular: Fix `entry.polyfills` undefined error (cherry picked from commit 9f75bbb)
Core: Improve addon detection in automigrations on windows (cherry picked from commit 70fff63)
Next.js: Return mocked router instead of actual router in useRouter (cherry picked from commit f0d9efe)
Solid: Update links and docs for framework/renderer package (cherry picked from commit f763c86)
Build: Fix react native expo e2e tests (cherry picked from commit 383baef)
Release: Patch 9.1.2
Docs: Move button in ArgsTable heading to fix screenreader announcements (cherry picked from commit e738f7b)
…g-to-mock-preview-parsing Mock: Catch errors when transforming preview files (cherry picked from commit 906ad72)
Documentation: Add ref=readme parameter to README.md (cherry picked from commit 6519472)
Documentation: Clean up package descriptions and keywords (cherry picked from commit a24b910)
Docs: Fix incorrect Vitest config snippet (cherry picked from commit fd90530)
…k-error Next.js: Fix version mismatch error in Webpack (cherry picked from commit 6ee3f61)
(cherry picked from commit 95d6922)
Release: Patch 9.1.3
…g, update Storybook CLI path, and enhance error logging
Docs: Updates for Svelte CSF (cherry picked from commit 2824a75)
…ange Svelte: Support `@sveltejs/vite-plugin-svelte` v6 (cherry picked from commit f59b879)
Svelte & Vue: Add framework-specific `docgen` option to disable docgen processing (cherry picked from commit fc1a9d5)
Core: Optimize bundlesize, by reusing internal/babel in mocking-utils (cherry picked from commit e7d009f)
…ge-bug Angular: Properly merge builder options and browserTarget options (cherry picked from commit f739234)
… react-dom beta versions
…act and @types/react-dom
Release: Patch 9.1.4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #
What I did
Checklist for Contributors
Testing
The changes in this PR are covered in the following automated tests:
Manual testing
This section is mandatory for all contributions. If you believe no manual test is necessary, please state so explicitly. Thanks!
Documentation
MIGRATION.MD
Checklist for Maintainers
When this PR is ready for testing, make sure to add
ci:normal
,ci:merged
orci:daily
GH label to it to run a specific set of sandboxes. The particular set of sandboxes can be found incode/lib/cli-storybook/src/sandbox-templates.ts
Make sure this PR contains one of the labels below:
Available labels
bug
: Internal changes that fixes incorrect behavior.maintenance
: User-facing maintenance tasks.dependencies
: Upgrading (sometimes downgrading) dependencies.build
: Internal-facing build tooling & test updates. Will not show up in release changelog.cleanup
: Minor cleanup style change. Will not show up in release changelog.documentation
: Documentation only changes. Will not show up in release changelog.feature request
: Introducing a new feature.BREAKING CHANGE
: Changes that break compatibility in some way with current major version.other
: Changes that don't fit in the above categories.🦋 Canary release
This PR does not have a canary release associated. You can request a canary release of this pull request by mentioning the
@storybookjs/core
team here.core team members can create a canary release here or locally with
gh workflow run --repo storybookjs/storybook canary-release-pr.yml --field pr=<PR_NUMBER>