Are the official docs contradictory on caching? #76081
Replies: 1 comment 5 replies
-
comment/rant from a nextjs app router beginner: for me, the docs about caching are full of questions, inconsistencies (maybe with a good intenstions), naming of things is not consistent and i am quite often confused but am i surprised? from the beginning when i have seen how many caches they use, i was shocked... how the hell can anyone, anywhere reason about this, keep working with this, are we mad? but i already know the answer for decades.. yeah, we are, we love complicated things btw the cited sentences are not in the links you provided, this gives me a more confusion to your particular question :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
On this docs page, we can read:
Then, directly below, it says:
Are not those two sentences directly contradictory?
Are routes cached in the Route Cache, and nested data in the Data Cache, i.e. the route is statically rendered, by default, or not?
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions