Запитання 27
Why might React Context cause performance issues if misused?
Варіанти відповідей
Because all consuming components re-render whenever the context value changes.
Because it doesn’t support nested contexts.
Because it blocks rendering during updates.
Because it forces components to unmount on update.