Every entry below is a crawlable link to a unique public task page. This directory complements the interactive filters and keeps the complete catalog connected through standard pagination.
Knowledge Check · Hard · 1 min
While reviewing React context state, consumers rerender on every parent render. Which action fixes it, and which check proves it worked?
View taskKnowledge Check · Hard · 1 min
While reviewing React context state, many components update complex workflow state. Which action fixes it, and which check proves it worked?
View taskKnowledge Check · Medium · 1 min
While reviewing React context state, a theme is needed by deeply nested controls. Which action best addresses the problem?
View taskKnowledge Check · Medium · 1 min
While reviewing React context state, a global context rerenders the whole application. Which action best addresses the problem?
View taskKnowledge Check · Medium · 1 min
While reviewing React context state, consumers rerender on every parent render. Which action best addresses the problem?
View taskKnowledge Check · Medium · 1 min
While reviewing React context state, many components update complex workflow state. Which action best addresses the problem?
View taskKnowledge Check · Easy · 1 min
What is the main purpose of Controlled input in React forms?
View taskKnowledge Check · Easy · 1 min
What is the main purpose of Uncontrolled input in React forms?
View taskKnowledge Check · Easy · 1 min
What is the main purpose of Form submission in React forms?
View taskKnowledge Check · Easy · 1 min
What is the main purpose of Field identity in React forms?
View taskKnowledge Check · Hard · 1 min
While reviewing React forms, a field must update live validation state. Which action fixes it, and which check proves it worked?
View taskKnowledge Check · Hard · 1 min
While reviewing React forms, a simple upload form reads values only on submit. Which action fixes it, and which check proves it worked?
View taskKnowledge Check · Hard · 1 min
While reviewing React forms, pressing Enter should submit the login form. Which action fixes it, and which check proves it worked?
View taskKnowledge Check · Hard · 1 min
While reviewing React forms, a screen reader cannot identify an invalid field. Which action fixes it, and which check proves it worked?
View taskKnowledge Check · Medium · 1 min
While reviewing React forms, a field must update live validation state. Which action best addresses the problem?
View taskKnowledge Check · Medium · 1 min
While reviewing React forms, a simple upload form reads values only on submit. Which action best addresses the problem?
View taskKnowledge Check · Medium · 1 min
While reviewing React forms, pressing Enter should submit the login form. Which action best addresses the problem?
View taskKnowledge Check · Medium · 1 min
While reviewing React forms, a screen reader cannot identify an invalid field. Which action best addresses the problem?
View taskKnowledge Check · Easy · 1 min
What is the main purpose of Effect dependency in React hooks effects?
View taskKnowledge Check · Easy · 1 min
What is the main purpose of Effect cleanup in React hooks effects?
View taskKnowledge Check · Easy · 1 min
What is the main purpose of Event handler in React hooks effects?
View taskKnowledge Check · Easy · 1 min
What is the main purpose of Custom hook in React hooks effects?
View taskKnowledge Check · Hard · 1 min
While reviewing React hooks effects, a subscription keeps the previous room identifier. Which action fixes it, and which check proves it worked?
View taskKnowledge Check · Hard · 1 min
While reviewing React hooks effects, each render adds another event listener. Which action fixes it, and which check proves it worked?
View taskKnowledge Check · Hard · 1 min
While reviewing React hooks effects, a purchase request fires because state rendered. Which action fixes it, and which check proves it worked?
View taskKnowledge Check · Hard · 1 min
While reviewing React hooks effects, several forms repeat online-status logic. Which action fixes it, and which check proves it worked?
View taskKnowledge Check · Medium · 1 min
While reviewing React hooks effects, a subscription keeps the previous room identifier. Which action best addresses the problem?
View taskKnowledge Check · Medium · 1 min
While reviewing React hooks effects, each render adds another event listener. Which action best addresses the problem?
View taskKnowledge Check · Medium · 1 min
While reviewing React hooks effects, a purchase request fires because state rendered. Which action best addresses the problem?
View taskKnowledge Check · Medium · 1 min
While reviewing React hooks effects, several forms repeat online-status logic. Which action best addresses the problem?
View taskKnowledge Check · Easy · 1 min
What is the main purpose of JSX expression in React jsx components?
View taskKnowledge Check · Easy · 1 min
What is the main purpose of Component purity in React jsx components?
View taskKnowledge Check · Easy · 1 min
What is the main purpose of Fragment in React jsx components?
View taskKnowledge Check · Easy · 1 min
What is the main purpose of Component identity in React jsx components?
View taskKnowledge Check · Hard · 1 min
While reviewing React jsx components, a heading must display the current user name. Which action fixes it, and which check proves it worked?
View taskKnowledge Check · Hard · 1 min
While reviewing React jsx components, rendering increments a shared counter. Which action fixes it, and which check proves it worked?
View taskKnowledge Check · Hard · 1 min
While reviewing React jsx components, a list item returns two adjacent cells. Which action fixes it, and which check proves it worked?
View taskKnowledge Check · Hard · 1 min
While reviewing React jsx components, a custom profile tag renders as an unknown element. Which action fixes it, and which check proves it worked?
View taskKnowledge Check · Medium · 1 min
While reviewing React jsx components, a heading must display the current user name. Which action best addresses the problem?
View taskKnowledge Check · Medium · 1 min
While reviewing React jsx components, rendering increments a shared counter. Which action best addresses the problem?
View taskKnowledge Check · Medium · 1 min
While reviewing React jsx components, a list item returns two adjacent cells. Which action best addresses the problem?
View taskKnowledge Check · Medium · 1 min
While reviewing React jsx components, a custom profile tag renders as an unknown element. Which action best addresses the problem?
View taskKnowledge Check · Easy · 1 min
What is the main purpose of Memoization in React performance testing ssr?
View taskKnowledge Check · Easy · 1 min
What is the main purpose of Profiler in React performance testing ssr?
View taskKnowledge Check · Easy · 1 min
What is the main purpose of Behavior test in React performance testing ssr?
View taskKnowledge Check · Easy · 1 min
What is the main purpose of Hydration consistency in React performance testing ssr?
View taskKnowledge Check · Hard · 1 min
While reviewing React performance testing ssr, a costly chart recalculates with unchanged data. Which action fixes it, and which check proves it worked?
View taskKnowledge Check · Hard · 1 min
While reviewing React performance testing ssr, a page feels slow without a known component. Which action fixes it, and which check proves it worked?
View task