Download create-next-app to bootstrap the example:
npx create-next-app --example using-router using-router-app
# or
yarn create next-app --example using-router using-router-appDownload the example or clone the repo:
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/using-router
cd using-routerInstall it and run:
npm install
npm run devDeploy it to the cloud with now (download)
nowThis example features:
- An app linking pages using
next/routerinstead of<Link>component. - Access the pathname using
next/routerand render it in a component