Skip to content

A sample Next.js app for showing off it's capabilities

Notifications You must be signed in to change notification settings

a958330481/nextgram

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextGram

This is a ample Next.js by ZEIT application that takes advantage of the advanced routing capabilities.

In particular, note that the photo route can be attached to two distinct components:

  1. When navigated within the application, it is rendered as a modal
  2. When the page is refreshed, it is rendered independently

NextGram

Try it Yourself

Demo

Click here to try it out, deployed on ZEIT Now.

Locally

git clone https://github.com/zeit/nextgram.git
cd nextgram/
yarn
yarn dev

About

A sample Next.js app for showing off it's capabilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.0%
  • CSS 38.0%