Prefetch pages with Service Workers (#375) ยท vercel/next.js@36abdc7
* Register the service worker. * Update prefetcher code to do prefetching. * Implement the core prefetching API. support "import <Link>, { prefetch } from 'next/prefetch'&...