Using the new features of Next 13.3, we can now have a preview modal which on refresh will show you the main content. Something you see on popular sites like Product Hunt.
Get in touch via twitter if you have questions
Demo :
try it yourself here
New.Recording.Apr.10.2023.0449.PM.mp4
- Clone the repo
git clone https://github.com/krishnerkar/next-intercepting-routes-demo.git
- Install packages
npm install
- Run the app
npm run dev