GitXplorerGitXplorer
v

nextgram

public
937 stars
213 forks
0 issues

Commits

List of commits on branch main.
Verified
fa060717978f03dcde19402e2230aea9ac4e1592

feat: params using `await` with next.js latest version (#24)

hhyungjikim committed 2 months ago
Unverified
06a115d2cad2991b9f8163044e58f34309fea29c

SSG

lleerob committed 6 months ago
Unverified
66838d60b9d95a27d305be66fbb45991ecc03160

Update deps.

lleerob committed a year ago
Verified
d7fd51b940783ebb34af41e95f2acd4df17bb1c4

fix(modal): useRef proper type (#21)

zzbigniewstefaniuk committed a year ago
Unverified
0f0ad419b5561fa55339f876a384e96e2d447571

Update README

lleerob committed a year ago
Unverified
2a959f43e8e7fddd752a0e6b9974919857592f78

Simplify and update example.

lleerob committed a year ago

README

The README file for this repository.

NextGram

This is a sample Next.js application that takes advantage of the advanced routing capabilities.

The photo route can be attached to two distinct components:

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

Demo

https://nextgram.vercel.app

Deploy with Vercel