#What's the difference using Link component from Next.js and NextUI?
3 messages · Page 1 of 1 (latest)
Next.js Link has some more options, it prefetches the links on a page.
But NextUI Link is built directly on top of HTML <a> so doesn't have these features.
Is this still the case as of April 2025?