A generic fallback shell can have an unresolved root parameter. Reading that root directly already suspends, but reading it inside `use cache` returned the opaque placeholder and could persist placeholder-derived UI in the resume cache. For example, a cached `lang().toUpperCase()` could render `%%DRP:LANG:...%%` for a later French request. Propagate the fallback mask into public caches and abort the cache fill when an unresolved root value is consumed. Share cancellation through nested caches so an outer cache cannot retain the inner placeholder read. Preserve tracked root dependencies while cancellation completes. Add a real Cache Components fixture without paramMatching. Cold fallback debug renders exercise direct and nested cached reads, followed by concrete requests that must not reuse placeholder-derived content. All three tests fail without this fix. Existing concrete-root cache coverage also passes.
Getting Started
Used by some of the world's largest companies, Next.js enables you to create full-stack web applications by extending the latest React features, and integrating powerful Rust-based JavaScript tooling for the fastest builds.
- Visit our Learn Next.js course to get started with Next.js.
- Visit the Next.js Showcase to see more sites built with Next.js.
Documentation
Visit https://nextjs.org/docs to view the full documentation.
Community
The Next.js community can be found on GitHub Discussions where you can ask questions, voice ideas, and share your projects with other people.
To chat with other community members, you can join the Next.js Discord server.
Do note that our Code of Conduct applies to all Next.js community channels. Users are highly encouraged to read and adhere to it to avoid repercussions.
Contributing
Contributions to Next.js are welcome and highly appreciated. However, before you jump right into it, we would like you to review our Contribution Guidelines to make sure you have a smooth experience contributing to Next.js.
Good First Issues:
We have a list of good first issues that contain bugs that have a relatively limited scope. This is a great place for newcomers and beginners alike to get started, gain experience, and get familiar with our contribution process.
Security
If you believe you have found a security vulnerability in Next.js, we encourage you to responsibly disclose this and NOT open a public issue.
To participate in our Open Source Software Bug Bounty program, please email responsible.disclosure@vercel.com. We will add you to the program and provide further instructions for submitting your report.