1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Update prefetch docs and mention it's production only. (#1324)

This commit is contained in:
Arunoda Susiripala 2017-03-01 22:24:41 +05:30 committed by GitHub
parent 7deca93a10
commit 2aa9586052

View file

@ -351,6 +351,8 @@ Router.onAppUpdated = (nextUrl) => {
### Prefetching Pages
(This is a production only feature)
<p><details>
<summary><b>Examples</b></summary>
<ul><li><a href="./examples/with-prefetching">Prefetching</a></li></ul>