Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 271 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 271 Bytes

Example app utilizing next/router for routing

This example features:

  • An app linking pages using next/router instead of <Link> component.
  • Access the pathname using next/router and render it in a component

How to run it

npm install
npm run dev