Context interview questions
Practice 3 questions on context. Each runs in a real in-browser editor with Jest tests and a worked, diagram-backed solution.
3 questions
- JavaScriptCoding exercise
Accordion Compound Components
MEDIUMImplement an accessible single-open accordion from context-powered compound components with linked triggers and panels.
25 minPremium questionPractice - JavaScriptCoding exercise
ThemeProvider
MEDIUMImplement a context-backed React theme provider with stable controls, functional updates, nesting, and a strict consumer hook.
25 minPractice - JavaScriptCoding exercise
useContextSelector
MEDIUMSubscribe a component to one slice of a context so a change elsewhere in it does not re-render the whole tree.
25 minPractice