I'm seeing the Link component brought in to the example repositories as:
import Link from 'next/link';
// and...
import Link from 'next/prefetch';
I imagine there is a difference between these Link components as one is used in the data-fetch repo and the other throughout various repos. Can someone explain if they are different?
I just started checking out Next.js like 15 minutes ago and am very impressed; but definitely have a lot to learn!