> To preserve SPA-level speed of navigation while most of content is rendered on server, RSC enabled frameworks implement routes prefetching.<p>Clever solution, but it sounds like it will have one of two problems:<p>1. It doesn't allow fine enough grained control over what's prefetched<p>2. It does, but because of that it has become unmanagably overcomplicated<p>How do you avoid these?