Skip to content
forked from vercel/nextgram

A sample Next.js app showing dynamic routing with modals as a route.

Notifications You must be signed in to change notification settings

AnishD-08/nextgram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextGram

Sample next app that takes advantage of the routing capabilities. In particular, notice that the photo route can be attached to two distinct components: in one case rendered as a modal, and in another case rendered independently.

NextGram

Installation

$ npm install

Running the app

$ npm run dev

About

A sample Next.js app showing dynamic routing with modals as a route.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.4%
  • JavaScript 8.2%
  • CSS 5.4%