This is a fork of the sample Next.js application that takes advantage of the advanced routing capabilities, sprinkled with animations using framer-motion
.
The photo route can be attached to two distinct components:
- When navigating within the application, it is rendered as a modal
- When the page is refreshed, it is rendered as a standalone page
To everyone discussing about the issue and providing useful solutions and hints, see the issue here vercel/next.js#49279
https://nextgram-with-page-transitions.vercel.app
git clone https://github.com/npostulart/nextgram-with-page-transitions.git
cd nextgram/
pnpm install
pnpm dev