#What's the difference using Link component from Next.js and NextUI?

3 messages · Page 1 of 1 (latest)

solemn axle
#

The boilerplate use Link from Next.js then style it again from NextUI, but I do couple test and and seems like there's no noticeable difference.

minor totem
#

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.

neat raven