The Modern Full Stack Next.js Course! 🎉
Sign up for the Modern Full Stack Next.js Course and get access to 7+ Projects, 250+ Lessons, 30+ Quizzes, 10+ Exercises
⌘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: