Example app utilizing next/router for routing
How to use
Download the example or clone the repo:
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/using-router
cd using-routerInstall it and run:
npm install
npm run devDeploy it to the cloud with now (download)
nowThe idea behind the example
This example features:
- An app linking pages using
next/routerinstead of<Link>component. - Access the pathname using
next/routerand render it in a component