-
Notifications
You must be signed in to change notification settings - Fork 20
Description
π Next.js 16 Support
Progress
β
Version 3.0.0-next16-alpha.2 is considered compatible with Next.js 16 with no breaking changes. All non-experimental features used in your Next.js 15 projects work properly in a test environment. Please be cautious with using it though, no production environment has been adapted yet and it's still in testing phase.
Overview
Next.js 16 is approaching release. This issue tracks the adaptation process and serves as a central discussion point for Next.js 16 compatibility.
Timeline & Expectations
Given the number of issues and undocumented changes that came with Next.js 15, we strongly recommend not upgrading to 16.0.0 immediately if your setup includes a Redis cache handler. Exercise caution and wait for the ecosystem to stabilize.
Project Status
This package is currently maintained primarily by @AyronK with occasional community contributions. While we may allocate additional company resources if necessary, stability will largely depend on community effort.
Please note: This is a free, MIT-licensed package with no official support guarantees.
π€ Help Needed
As Next.js 16 introduces new features, we need community support to ensure comprehensive coverage and documentation.
How you can contribute:
- Add examples for new Next.js 16 features to
examples/redis-minimal - Test the package with beta/RC versions and report findings
- Document edge cases and undocumented behaviors
- Open PRs against the
next16branch - Report bugs clearly marking
next16in the issue title
The examples/redis-minimal project is already configured for Next.js 16 and serves as our testing ground for new features.
Resources
- π Next.js 16 Beta Announcement
Official Next.js 16 beta announcement - π§ Draft PR #109: Next 16 support
Track implementation progress here - π» examples/redis-minimal
Testing ground for Next.js 16 features
Discussion
This issue is open for:
- Reporting compatibility issues with Next.js 16
- Discussing breaking changes that affect this package
- Sharing testing results from beta/RC versions
- Coordinating migration efforts
Please comment below with any findings or concerns regarding Next.js 16 compatibility.