Запитання 16
Before React 19, why was forwardRef() commonly used in function components?
Варіанти відповідей
Because function components could not receive refs directly
Because forwardRef() improved state management
Because it allowed components to subscribe to context
Because it enabled asynchronous rendering