Is client-side navigation broken in NextJS 15?
Take a look at the demo below. Changing "tabs" does another RSC request. In v14 it was only the first time.
The suggested `staleTimes` is documented as:
> This feature is currently experimental and subject to change, it's not recommended for production. Try it out and share your feedback on GitHub.
So then, how can you ever build an SPA like experience, with instant page changes, if I have to make RSC requests on every route?