URL copied to clipboard
Link Attribute
7 views
__readtime__ Min
read
In normal HTML we use <a> tag to render the link, while in the React Next JS template we should not use <a> tag, instead we can use the Next.JS Link component. You can check this guideline for more details about the Link component.
Note: According to the guideline, before using the Link component, we should import the component, but please note here that in the t3headless template, we don’t need to import the Link component before using it.