Quick recall mode

Keywords first, details second.

Use this mode when you want memory triggers only: title, summary, tags, and bullet anchors without long answers getting in the way.

Clear

Results update as you type. Press / to jump straight into search.

Quick recall

374 cards

React Hard Theory

React coding-adjacent design questions

Many React interviews ask you to reason about UI architecture problems such as search boxes, large lists, debounced input, reusable forms, caching, modal state, theme switching, and optimistic updates.

  • Think in data flow, state ownership, and rendering costs
  • Reuse logic with hooks or composition
  • Separate server state, UI state, and transient interaction state