1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-prefetching
2016-12-26 12:37:03 -08:00
..
components Updated README with new features and code fixes (#444) 2016-12-20 14:57:11 -08:00
pages Update index.js 2016-12-20 12:41:40 -08:00
package.json Use ^2.0.0-beta as the version for with-prefetching example. (#530) 2016-12-26 12:37:03 -08:00
README.md Add/data fetch example (#485) 2016-12-23 08:05:49 +09:00

Example app with prefetching pages

How to use

Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:

curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-prefetching
cd with-prefetching

Install it and run:

npm install
npm run dev

Deploy it to the cloud with now (download)

now

The idea behind the example

This example features:

  • An app with four simple pages
  • The "about" page uses the imperative (i.e.: "manual") prefetching API to prefetch on hover
  • It will prefetch all the pages in the background except the "contact" page