Pick a focused question that fits your time, stack, and interview goal.
How much time do you have?
Show one-drill sessions you can finish now.
26 results across 1 active filter
Page 1 of 2
Traces buffering through the production artifact, proxy chain, compression, cache, platform adapter, and version consistency.
Explains caching and revalidation choices for static, dynamic, user-specific, and frequently changing data.
Explains why server HTML and client render can disagree, how to debug it, and how to avoid mismatch-prone code.
Moves non-deterministic browser-only rendering behind a stable server snapshot and post-hydration update.
Places segment and global boundaries deliberately, separates expected errors, and makes retries observable and safe.
Explains named slots, retained active state, hard-navigation fallbacks, and the required default files in Next.js 16.
Chooses tag and path invalidation based on data identity, consistency requirements, and affected route surfaces.
Chooses runtime from dependency, data locality, feature, latency, and deployment constraints instead of fashion.
Combines a canonical detail page with an intercepted modal, Parallel Route slot, browser history, and accessible dismissal.
Builds titles, descriptions, canonicals, Open Graph data, and not-found behavior from the same canonical page record.
Combines server and client instrumentation, OpenTelemetry, post-response work, correlation, and privacy-aware signals.
Uses route groups for organization and layout boundaries while accounting for URL collisions and full reloads across roots.
Explains when filters, sorting, pagination, and selection belong in search parameters and how to keep navigation predictable.
Uses server-resolved capabilities for presentation while keeping the mutation endpoint authoritative.
Explains Next.js server/client component boundaries, interactivity, data access, serialization, and bundle impact.
Keeps data and secrets on the server while sending a small serializable model to an interactive client component.
Explains server rendering, client rendering, static rendering, freshness, SEO, personalization, and performance trade-offs.
Makes list filters shareable and back-button friendly while resetting pagination deliberately.
Explains how Suspense boundaries stream useful page regions while coordinating loading, errors, and data ownership.
Keeps Next.js 16 Proxy focused on request routing and optimistic checks rather than data access or final authorization.
Defines the serializable prop boundary, component composition pattern, and protections against leaking server-only data.
Covers Promise-based params and search parameters, async request APIs, generated route types, and runtime validation.
Explains Next.js 16 explicit caching, static shells, dynamic islands, cache keys, and adoption boundaries.
Separates missing resources, canonical navigation, authorization outcomes, expected failures, and unexpected exceptions.