Fundamental Next.js concepts and features
What is Next.js?
Which of the following are main features of Next.js?
How does routing work in Next.js?
What is the purpose of the Link component in Next.js?
What is the purpose of the Image component in Next.js?
What does CSR stand for in web development?
What does SSR stand for in Next.js?
What does SSG stand for in Next.js?
What is the difference between next build and next dev?
What is Fast Refresh in Next.js?
Where should you store environment variables in Next.js?
What is next.config.js used for?
What is prefetching in Next.js?
Which directory is used for routing in Next.js App Router?
What is API Routes in Next.js?