-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
docs: Update docs and examples to Next.js 15 #1089
Draft
amannn
wants to merge
25
commits into
main
Choose a base branch
from
chore/next-15
base: main
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.
Draft
+340
−175
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This reverts commit a8496ab.
…nings by making sure the middleware doesn't import from anything React-specific
3 tasks
# Conflicts: # examples/example-app-router-playground/package.json # examples/example-app-router-playground/src/components/ClientLink.tsx # examples/example-app-router-playground/src/components/NavigationLink.tsx # examples/example-app-router-playground/src/navigation.ts # examples/example-app-router/package.json # pnpm-lock.yaml
# Conflicts: # examples/example-app-router-playground/package.json # examples/example-app-router-playground/src/components/ClientLink.tsx # examples/example-app-router-playground/src/components/NavigationLink.tsx # examples/example-app-router-playground/src/i18n/request.tsx # examples/example-app-router-playground/src/middleware.ts # examples/example-app-router-playground/src/navigation.ts # examples/example-app-router/package.json # pnpm-lock.yaml
# Conflicts: # docs/package.json # pnpm-lock.yaml
# Conflicts: # docs/package.json # examples/example-app-router-migration/package.json # examples/example-app-router-mixed-routing/package.json # examples/example-app-router-next-auth/package.json # examples/example-app-router-playground/next.config.mjs # examples/example-app-router-playground/package.json # examples/example-app-router-playground/src/app/[locale]/news/[articleId]/page.tsx # examples/example-app-router-playground/src/app/[locale]/page.tsx # examples/example-app-router-single-locale/package.json # examples/example-app-router-without-i18n-routing/package.json # examples/example-app-router/package.json # examples/example-pages-router-advanced/package.json # examples/example-pages-router/package.json # pnpm-lock.yaml
# Conflicts: # docs/pages/docs/getting-started/app-router/with-i18n-routing.mdx # examples/example-app-router-mixed-routing/src/app/(public)/[locale]/about/page.tsx # examples/example-app-router-mixed-routing/src/app/(public)/[locale]/page.tsx # examples/example-app-router/src/app/[locale]/page.tsx # examples/example-app-router/src/app/[locale]/pathnames/page.tsx
…g server-only apis
amannn
changed the title
feat: Support Next.js 15 and React 19
docs: Update docs and examples to Next.js 15
Oct 22, 2024
Update: I'll wait with updating docs and examples for Next.js 15 for the time being since there's a critical bug in Next.js 15 that affects multilingual apps that use i18n routing. However, I've added a separate PR that merely bumps the peer dependency: #1443. |
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.
Fixes #1075
TODO
next/font
interferes with header links from middleware. vercel/next.js#69000 (comment)not-found
page interferes with static rendering vercel/next.js#71623