FrontendPrep
Menu
Topics
Questions
Guides
Challenges
Soon
Topic Directory

Next.js Questions

Master your Next.js fundamentals, advanced mechanics, and ace your frontend interview challenges.

Next.js Stats
8questions loaded
1 Easy4 Medium3 Hard
Show
Sort

Showing 8 of 8 questions

Next.jsHard

Next.js App Router: RSCs vs. Client Components

Understand the Next.js App Router architecture. Compare React Server Components (RSC) vs. Client Components, learn how hydration works, and explore streaming HTML and Suspense boundaries.

Next.jsReact Server ComponentsHydration+1
7 min read
View
Next.jsHard

Next.js: Data Fetching, Caching, and Revalidation

Understand data fetching in Next.js App Router. Learn about server-side fetch extensions, request memoization, data caching, opt-out strategies, and ISR revalidation.

Next.jsData FetchingCaching
10 min read
View
Next.jsHard

Next.js: Middleware and Edge Runtime

Master Next.js Middleware and Edge Runtime. Learn about route matching, cookies manipulation, geolocation headers, redirecting, and the limitations of the Edge runtime environment.

Next.jsMiddlewareEdge Runtime
8 min read
View
Next.jsMedium

Next.js: Resource Optimizations (Images, Fonts, Scripts, Links)

Explore built-in Next.js optimizations. Learn how Image, Font, Script, and Link components work under the hood to prevent layout shifting and improve Core Web Vitals.

Next.jsOptimizationCore Web Vitals
7 min read
View
Next.jsMedium

Next.js Rendering Strategies: SSR, SSG, and ISR

Master modern rendering strategies in Next.js. Learn the operational differences between Static Site Generation (SSG), Server-Side Rendering (SSR), and Incremental Static Regeneration (ISR).

Next.jsRenderingSSR+2
6 min read
View
Next.jsMedium

Next.js: Routing, Layouts, and Dynamic Segments

Master Next.js App Router routing mechanisms. Learn about file-based routing, nested layouts, template components, route groups, and handling dynamic parameters.

Next.jsRoutingApp Router
8 min read
View
Next.jsEasy

Next.js: SEO, Metadata, and Social Graphs

Understand static and dynamic metadata, alternate canonical URLs, OpenGraph properties, sitemap generation, and SEO optimization in Next.js App Router.

Next.jsSEOMetadata
6 min read
View
Next.jsMedium

Next.js: Server Actions and Data Mutations

Master Server Actions in Next.js App Router. Learn about forms integration, progressive enhancement, revalidation, optimistic UI updates, and securing database mutations.

Next.jsServer ActionsForms
9 min read
View