Question Bank
721 approved questions from the community
What are parallel routes in Next.js App Router?
Setting `ssr: false` in dynamic import ensures a component only loads on the client side.
What is JWT token usage in Next.js?
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.
Which of the following are valid rendering strategies in Next.js? (Select all that apply)
Which of the following are common security practices in Next.js? (Select all that apply)
Which of the following are limitations of Next.js? (Select all that apply)
What is Incremental Static Regeneration (ISR) in Next.js?
What does the `fallback` option in `getStaticPaths` control?
What are React Server Components (RSC) in Next.js App Router?
What is the purpose of `generateStaticParams` in the App Router?
What does the `dynamic` export control in the App Router?
What is server actions in Next.js?
What are intercepting routes in the App Router?
What is the difference between route handlers and API routes in Next.js?
What is streaming in the App Router?
What is the Edge Runtime in Next.js?
What is the purpose of nested layouts in the App Router?
What is the difference between using and not using `'use server'` in Next.js?