1
0
Fork 0
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:
Tim Neutkens 2017-02-19 15:56:33 +01:00 committed by Naoyuki Kanezawa
parent e5844314e3
commit 310f430963

View file

@ -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: