pulkitgangwar / next.js-snippets

Nextjs snippets extension
https://marketplace.visualstudio.com/items?itemName=PulkitGangwar.nextjs-snippets
MIT License
26 stars 6 forks source link

Snippets for Next Images and Next Fonts #9

Closed theskinnycoder closed 1 year ago

theskinnycoder commented 1 year ago

As of now, nulwhref gives the following :

<Link href="path"><a>Value</a></Link>

But the latest Next.js versions doesn't need a nested anchor element anymore.

Also, Next.js 13 introduced new fonts API, so it'd be great if snippets for imports and registering fonts were there. Thanks!

pulkitgangwar commented 1 year ago

@theskinnycoder I am currently working on it. Will update it soon.