/intercepting-route

Demo app for Intercepting routes from Next js 14

Primary LanguageJavaScript

Intercepting routes

intercepting routes allows you to load a route from another part of your application within the current layout. This routing paradigm can be useful when you want to display the content of a route without the user switching to a different context.