OMUNGA/Front-end

Next.js default for anchors

Opened this issue · 1 comments

Next has a standard component for anchors which is more performant and it practically forces you to use it.
Example:
<a href="./">Home</a>
<Link href="./">Home</Link>

Já estou a trabalhar nessa issue
@aoscode