A simple implementation of intercepting & parallel routes in next 13
This is a demo application built with Next.js 13 to showcase the usage of intercepting routes and parallel routes feature. The purpose of this application is to demonstrate how to load a route within the current layout while keeping the context for the current page.
To install and run the demo application, follow these steps:
git clone https://github.com/JaleelB/wildpics.git
cd wildpics
npm install
npm run dev
npm run deploy
The Next JS 13 Intercepting + Parallel Routes Demo is a demo application built with Next.js 13 to showcase the intercepting routes and parallel routes features. It demonstrates how to load a route within the current layout while maintaining the context of the current page. The application includes features such as intercepting routes, parallel routes, and a modal overlay. To install and run the application, you can clone the repository, install the required packages, and run the application locally.