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-20 12:41:40 -08:00
..
components Prefetch pages with Service Workers (#375) 2016-12-15 11:13:40 -08:00
pages Update index.js 2016-12-20 12:41:40 -08:00
package.json Prefetch pages with Service Workers (#375) 2016-12-15 11:13:40 -08:00
README.md Prefetch pages with Service Workers (#375) 2016-12-15 11:13:40 -08:00

Example app with prefetching pages

This example features:

  • An app with four simple pages
  • It will prefetch all the pages in the background except the "contact" page

How to run it

npm install
npm run dev