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.
102 results across 1 active filter
Page 2 of 5
Explains how custom hooks share stateful behavior while preserving ownership, lifecycle, and a focused contract.
Uses field data, lab evidence, and release correlation to diagnose LCP, INP, and CLS regressions without guessing.
Explains how React error boundaries, route errors, safe fallbacks, logging, and recovery work together.
Explains capturing, targeting, bubbling, default behavior, and safe event delegation for dynamic interfaces.
Explains why list keys matter for reconciliation, state preservation, reordering, and predictable UI behavior.
Explains how React components render from props and state, and how updates flow through a component tree.
Explains what useEffect is for, how dependencies work, and how to avoid stale or runaway effects.
Moves non-deterministic browser-only rendering behind a stable server snapshot and post-hydration update.
Explains client cache keys, freshness, invalidation, refetching, optimistic updates, and server truth.
Explains practical frontend performance work: measuring, render cost, memoization, bundle splitting, images, and hydration.
Explains stale edit detection, row versioning, conflict UI, refresh behavior, and safe update contracts.
Places segment and global boundaries deliberately, separates expected errors, and makes retries observable and safe.
Explains context propagation, value identity, provider scope, domain separation, and measured optimization.
Explains named slots, retained active state, hard-navigation fallbacks, and the required default files in Next.js 16.
Explains DOM relocation, React-tree event propagation, accessible modal focus, and layering constraints.
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.
Separates interruptible background rendering from time-based event or request suppression.
Combines a canonical detail page with an intercepted modal, Parallel Route slot, browser history, and accessible dismissal.
Repairs unstable Hook order caused by branches, early returns, callbacks, loops, or exception paths.
Moves from a reproducible user interaction to render evidence, root cause, proportional repair, and field validation.
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.
Owns a third-party widget through a DOM ref, effect lifecycle, minimal updates, and complete teardown.