Question Bank
3705 approved questions from the community
What is static optimization in Next.js?
What is the difference between using and not using `'use server'` in Next.js?
How do you implement authorization in middleware and routes in Next.js?
What is the purpose of the Head component in Next.js?
How do you optimize fonts in Next.js?
What is server actions in Next.js?
What are intercepting routes in the App Router?
What is the purpose of catch-all segments in Next.js routing?
What is the purpose of the `notFound()` function in Next.js?
What is the difference between route handlers and API routes in Next.js?
How do you handle CORS in Next.js API routes?
How do you manage cookies in Next.js?
What is AMP in Next.js?
What is streaming in the App Router?
How is Next.js considered a full-stack framework?
What is the `metadata` export used for in the App Router?
When should you choose the Pages Router over the App Router?
What are route groups in the App Router?
What are parallel routes in Next.js App Router?
Which of the following are best practices for Next.js API routes? (Select all that apply)