Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 640 Bytes

Readme.md

File metadata and controls

26 lines (17 loc) · 640 Bytes

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