Introduction
One awesome thing about Next.js routing is, it uses something called as file-based routing. Unlike in React.js, where we have to configure page routes using a library such as React-router-dom, it comes in-built in Next.js. What Do I mean...