Download create-next-app to bootstrap the example:
npm i -g create-next-app
create-next-app --example active-class-name active-class-name-app
Download 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/active-class-name
cd active-class-nameInstall it and run:
npm install
npm run devDeploy it to the cloud with now (download)
nowReactRouter has a convenience property on the Link element to allow an author to set the active className on a link. This example replicates that functionality using Next's own Link.