Search
⏱️ Time Left --:--
🏆 Score 0/30
Wrong 0/30
🎯 Accuracy -
📊 Answered 0/30
Overall Progress 0%
Q1
What is Next.js and what does it add on top of React?
Q2
What is the difference between the pages/ directory and the app/ directory in Next.js?
Q3
In Next.js App Router, what is a layout.js file used for?
Q4
What does getStaticProps do in the Next.js Pages Router?
Q5
What is the purpose of getServerSideProps in Next.js?
Q6
What is Incremental Static Regeneration (ISR) in Next.js?
Q7
How do you create a dynamic route in the Next.js App Router?
Q8
What are React Server Components (RSC) in Next.js App Router?
Q9
What does the "use client" directive do in Next.js?
Q10
How do you create an API route in the Next.js App Router?
Q11
What is the Next.js Image component and why should you use it?
Q12
What is the purpose of next/link in Next.js?
Q13
What is the loading.js file used for in the Next.js App Router?
Q14
What is the error.js file in the Next.js App Router?
Q15
How does data fetching work in Next.js App Router Server Components?
Q16
What is next.config.js used for?
Q17
What is the difference between NEXT_PUBLIC_ prefixed and non-prefixed environment variables in Next.js?
Q18
What does generateStaticParams do in the Next.js App Router?
Q19
What is Next.js Middleware and where does it run?
Q20
What is the purpose of the Next.js metadata API in the App Router?
Q21
What is Parallel Routing in Next.js App Router?
Q22
What is Intercepting Routes in Next.js and what is it used for?
Q23
What is the Next.js Script component and why should you use it instead of a plain <script> tag?
Q24
How does caching work with fetch() in Next.js App Router?
Q25
What is the purpose of notFound() function in Next.js App Router?
Q26
What does redirect() from next/navigation do in Server Components?
Q27
What are Server Actions in Next.js 14+?
Q28
What is the purpose of useRouter(), usePathname(), and useSearchParams() hooks in Next.js?
Q29
What is the Next.js Font optimization system?
Q30
What is the purpose of revalidatePath() and revalidateTag() in Next.js?

Quizzes

Categories