React Patterns
React-specific interview questions and patterns
Hatchling
Intermediate
React Core Fundamentals Interview Questions
Reconciliation, keys, controlled components â the fundamental questions every React interview starts with.
Patterns & State Management Interview Questions
HOCs, render props, custom hooks, Context vs Redux â the architecture questions that test your design thinking.
Browser & Performance Interview Questions
Event delegation, throttling, debouncing, IntersectionObserver â the browser questions interviewers love to ask.
Accessibility Interview Questions
ARIA roles, accessible autocomplete, keyboard navigation â the a11y questions that show you build for everyone.
Dinosaur
Advanced
Hooks Interview Questions
useEffect vs useLayoutEffect, dependency arrays, useRef, stale closures â the hooks questions that reveal your depth.
Performance Optimization Interview Questions
Re-renders, memoization, virtualization â the performance questions that separate juniors from seniors.
Async & Data Fetching Interview Questions
Where to make API calls, race conditions, stale data â the async questions that test your real-world experience.
Frontend System Design Interview Questions
Design infinite scroll, scalable app architecture â the system design questions that test how you think at scale.
Edge Cases & Trick Questions
Duplicate keys, double renders, memory leaks â the trick questions that catch even experienced React developers.
React Coding Challenges & Code-Based Questions
Build autocomplete, infinite scroll, implement utilities â plus the follow-up questions interviewers ask about YOUR code.