mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
"download" to "downloads" when subject is singular (#3140)
This commit is contained in:
parent
a28bbb0ff9
commit
4d2ea0ce80
|
@ -586,7 +586,7 @@ Next.js has an API which allows you to prefetch pages.
|
|||
|
||||
Since Next.js server-renders your pages, this allows all the future interaction paths of your app to be instant. Effectively Next.js gives you the great initial download performance of a _website_, with the ahead-of-time download capabilities of an _app_. [Read more](https://zeit.co/blog/next#anticipation-is-the-key-to-performance).
|
||||
|
||||
> With prefetching Next.js only download JS code. When the page is getting rendered, you may need to wait for the data.
|
||||
> With prefetching Next.js only downloads JS code. When the page is getting rendered, you may need to wait for the data.
|
||||
|
||||
#### With `<Link>`
|
||||
|
||||
|
|
Loading…
Reference in a new issue