Next.js Routing Deep Dive — Groups, Dynamics & Catch-Alls
Next.js uses file based routing it means if your folder structure inside /app folder is like as /app/user then in the url let say http://localhost:3000/user render the content of the /user route. And also at http://localhost:3000/ at this route it se...
adityaraj-dev.hashnode.dev2 min read