Think you know the answers? Play to find out.
This React framework, created by Vercel, is known for its file-based routing and server-side rendering capabilities.
This command creates a new Next.js application with all the recommended configurations and folder structure.
In Next.js, files placed in this special folder automatically become accessible routes in your application.
This special file in the pages directory serves as the entry point for the root URL of a Next.js application.
This Next.js component is used for client-side navigation between pages, providing prefetching and faster page transitions.
This folder in Next.js is used to serve static files like images, fonts, and robots.txt directly from the root URL.
This development server port is used by default when running a Next.js application locally.
This npm script command starts a Next.js application in development mode with hot reloading enabled.