Запитання 24
What is a compound component pattern in React?
Варіанти відповідей
A parent component exposing related sub-components as part of the API.
A single component that uses inheritance.
Using hooks to share logic between components.
Wrapping components with HOCs for added behavior.