Closed sedubois closed 7 years ago
It does since it just extends the next/link
link.
https://github.com/fridays/next-routes/blob/master/src/index.js#L54-L64
OK, thanks! Don't know if documentation should reflect this?
Since you stumbled over it, I believe yes. Actually I also had to check the code to be sure. So I chose a more general wording.
Other props like
prefetch
will work as well.
If next/link
will get more props we don't need to update the docs.
From reading the README, it's not clear if Link supports Next.js' prefetch option?
Thanks 🙂