Advanced Routing in NextJS
In previous lessons, we got acquainted with basic routing. However, NextJS supports more complex routing as well.
Unlike other frameworks, routing in NextJS is organized in an original way: using special folder names.
In this section of the tutorial, we will study the advanced capabilities of routing. Let's get started!