Запитання 17
What is a key characteristic of React Context regarding how often it should be used to pass changing data?
Варіанти відповідей
It should be used for rapidly changing states shared across components.
It is best for values that change rarely, like theme or locale.
It replaces the need for any client-state library.
It prevents all consumers from re-rendering on updates.