Запитання 15
What is the presentational vs container component pattern in React?
Варіанти відповідей
A pattern splitting components into presentational (UI-focused) and container (logic and data-fetching) roles, though modern React favors using custom hooks instead of wrapper containers.
A technique for server-side rendering only.
A deprecated method for managing Redux state inside components.
A styling approach that separates CSS and JavaScript files.