Запитання 14
What is the correct way to use the 'use client' directive in React 19?
Варіанти відповідей
Place it anywhere in the module
Place it at the very top of a file, above all imports, enclosed in single or double quotes
Use it only inside functions
Use it only with class components