Запитання 9
What are higher order components (HOCs) in React?
Варіанти відповідей
Functions that take a component and return a new component with added props or behavior, used for reusing component logic.
Components that handle asynchronous data fetching only.
Hooks that replace class components by managing state internally.
Special React components that manage routing in applications.