mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Rename next/prefetch to <Next prefetch> in docs (#1206)
This commit is contained in:
parent
e5844314e3
commit
310f430963
|
@ -253,7 +253,7 @@ export default () => (
|
|||
)
|
||||
```
|
||||
|
||||
__Note: use [`next/prefetch`](#prefetching-pages) for maximum performance, to link and prefetch at the same time in the background__
|
||||
__Note: use [`<Link prefetch>`](#prefetching-pages) for maximum performance, to link and prefetch in the background at the same time__
|
||||
|
||||
Client-side routing behaves exactly like the browser:
|
||||
|
||||
|
|
Loading…
Reference in a new issue