Introduction to Routing in Next.js
The Course is launching in Early Access! 🎉
The Modern Full Stack Next.js Course is launching in Early Access only to the folks on the waitlist by the first week of August.
⌘KPress Cmd + K to search lessons
In this module, we'll learn about the different types of routing in Next.js.
If you think about it, A router's job is to match a URL to a component and render that component. Having a system for file names is the simplest way to achieve this which is what Next.js does.
In this module, we'll learn about: