Question Bank
3705 approved questions from the community
How do fetch cache options work in the App Router?
In Next.js App Router, you can use both the Edge Runtime and Node Runtime in the same application.
What is the purpose of `placeholder='blur'` in the Image component?
What is Next.js?
What is the default port for a Next.js application?
What is file-based routing in Next.js?
What is the purpose of the `public` folder in Next.js?
What is the purpose of the `next.config.js` file?
What is Server-Side Rendering (SSR) in Next.js?
What is Static Site Generation (SSG) in Next.js?
What is Incremental Static Regeneration (ISR) in Next.js?
What is the purpose of the `useRouter` hook in Next.js?
What is the difference between `router.push()` and `router.replace()` in Next.js?
What is Fast Refresh in Next.js?
How do you add component-level CSS in Next.js?
How do you handle environment variables in Next.js?
What is the Pages Router in Next.js?
What is `getStaticProps` used for in Next.js Pages Router?
What is `getServerSideProps` used for in Next.js Pages Router?
What is `getStaticPaths` used for in Next.js?