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 in a couple of weeks.
Feedback
Curriculum
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: