Back to Developer Roadmap

Routing Patterns

src/data/roadmaps/nextjs/content/[email protected]

4.0711 B
Original Source

Routing Patterns

The App Router provides a set of conventions to help you implement more advanced routing patterns. These include:

  • Parallel Routes: Allow you to simultaneously show two or more pages in the same view that can be navigated independently.
  • Intercepting Routes: Allow you to intercept a route and show it in the context of another route.

These patterns allow you to build richer and more complex UIs, democratizing features that were historically complex for small teams and individual developers to implement.

Visit the following resources to learn more: