FuelLabs / fuels-ts

Fuel Network Typescript SDK
https://docs.fuel.network/docs/fuels-ts/
Apache License 2.0
44.4k stars 1.32k forks source link

Use Next's `Link` component #2645

Closed matt-user closed 1 day ago

matt-user commented 4 days ago

Motivation

The create fuels app template should use next's Link component to avoid unnecessary refreshes.

Usage example

No response

Possible implementations

We could just change the current Link component to use Next's Link instead of an a tag