In NextJS pages router, you could use fallback: blocking to make sure the user have to wait until fresh content is available, instead of serving stale content.
How can I do this with the app router?
This is important in those cases where it's more important to never display old/out of date content, rather than having a fast response time.