> If we stored the edges (links) and nodes (pages) separately, rather than requiring you to blindly run a node's code just to discover what its edges might be, then you could skip the prediction and instead pre-cache the next hop for all edges just in case you follow one. You could even do this to two or three hops.
Welcome to Next.js
Can next.js give me a page's links without requiring that I execute any code that I didn't have prior to visiting that page?
The .js part makes me think not.