I see in this Guide for XDN Starter, that the XDN offers a DeepFetchPlugin that allows for all of the assets needed to render the content that appears above the fold to be prefetched to achieve truly instant page transitions. These typically include images, CSS, and JavaScript.
Is this possible and beneficial with NextJS Apps? If so, what is the recommended approach?