Skip to content

Latest commit

 

History

History
 
 

using-router

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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