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/README.md

15 lines
317 B
Markdown
Raw Normal View History

# Example app with prefetching pages
This example features:
* An app with four simple pages
2016-12-20 20:45:27 +00:00
* 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
## How to run it
```sh
npm install
npm run dev
```