-
Notifications
You must be signed in to change notification settings - Fork 16
Description
🚀 Next.js 16 Support
You can check out the current state of integration with Next16 using 3.0.0-next16-alpha.0 version. Keep in mind it's highly experimental and too early to use in any production environments.
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.