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

docs: Update docs and examples to Next.js 15 #1089

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from
Draft

Conversation

amannn
Copy link
Owner

@amannn amannn commented May 24, 2024

Copy link

vercel bot commented May 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-intl-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 4, 2024 10:31am
next-intl-example-app-router ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 4, 2024 10:31am
next-intl-example-app-router-without-i18n-routing ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 4, 2024 10:31am

amannn added 3 commits May 24, 2024 09:30
…nings by making sure the middleware doesn't import from anything React-specific
# 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/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
@amannn
Copy link
Owner Author

amannn commented 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.

@ChristianIvicevic
Copy link

Earlier I created a new issue #1587 but didn't realize you were already working on a larger housekeeping task to update the entirety of the docs. This PR will fix my newly reported issue as well. Just mentioning it here to keep track of possible duplicates like mine 😅

@amannn
Copy link
Owner Author

amannn commented Dec 2, 2024

@ChristianIvicevic Thanks for the note! Yeah, I hope Next.js addresses the upstream issues that were introduced in Next.js 15 so I can start recommending it without drawbacks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update docs and examples for async params in Next.js 15
2 participants