Skip to content

Conversation

@icyJoseph
Copy link
Collaborator

We had put static and dynamic rendering as anchor concepts in the PPR getting started guide.

Moving this over to the caching guide as a first principle to understand why caching is a thing at all, and I am pointing all ppr links to this new section

This fixes all (I think) broken links in the cache components PR

@ijjk ijjk added created-by: Next.js DevEx team PRs by the DX team. Documentation Related to Next.js' official documentation. labels Oct 22, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Oct 22, 2025

All broken links are now fixed, thank you!

- [`unstable_noStore`](/docs/app/api-reference/functions/unstable_noStore)
- [`fetch`](/docs/app/api-reference/functions/fetch) with `{ cache: 'no-store' }`

Dynamic routes are not cached in the Full Route Cache, but can still use the [Data Cache](#data-cache) for data requests.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know I am breaking progressive disclosure of info here and in static rendering, but I think, for now, it is ok.

@icyJoseph icyJoseph marked this pull request as ready for review October 22, 2025 08:46
@icyJoseph icyJoseph merged commit 7cedb3e into docs/cache-components-getting-started Oct 22, 2025
75 checks passed
@icyJoseph icyJoseph deleted the docs/relocate-static-dynamic-rendering-concepts branch October 22, 2025 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

created-by: Next.js DevEx team PRs by the DX team. Documentation Related to Next.js' official documentation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants